public class StreamResponse extends Object
| Constructor and Description |
|---|
StreamResponse(InputStream inputStream,
int httpResponseStatusCode) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHttpResponseStatusCode() |
InputStream |
getInputStream() |
long |
getLength() |
OutputStream |
getOutputStream() |
String |
toString() |
public StreamResponse(InputStream inputStream, int httpResponseStatusCode) throws IOException
IOExceptionpublic InputStream getInputStream()
public int getHttpResponseStatusCode()
public OutputStream getOutputStream()
public long getLength()
Copyright © 2017 Blocko Inc.. All rights reserved.