-
- All Implemented Interfaces:
public final class Http.Response
-
-
Field Summary
Fields Modifier and Type Field Description private final Integerstatusprivate final Stringserverprivate final StringcontentTypeprivate final InputStreamcontentStream
-
Constructor Summary
Constructors Constructor Description Http.Response(Integer status, String server, String contentType, InputStream contentStream)
-
Method Summary
Modifier and Type Method Description final IntegergetStatus()final StringgetServer()final StringgetContentType()final InputStreamgetContentStream()-
-
Constructor Detail
-
Http.Response
Http.Response(Integer status, String server, String contentType, InputStream contentStream)
-
-
Method Detail
-
getContentType
final String getContentType()
-
getContentStream
final InputStream getContentStream()
-
-
-
-