public class ArtifactoryStreamingResponseImpl extends AbstractArtifactoryResponseImpl implements org.jfrog.artifactory.client.ArtifactoryStreamingResponse
| Constructor and Description |
|---|
ArtifactoryStreamingResponseImpl(org.apache.http.HttpResponse httpResponse) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.io.InputStream |
getInputStream() |
boolean |
isSuccessResponse() |
getAllHeaders, getHttpResponse, getStatusLinepublic ArtifactoryStreamingResponseImpl(org.apache.http.HttpResponse httpResponse)
public java.io.InputStream getInputStream()
throws java.io.IOException
getInputStream in interface org.jfrog.artifactory.client.ArtifactoryStreamingResponsejava.io.IOExceptionpublic boolean isSuccessResponse()
isSuccessResponse in interface org.jfrog.artifactory.client.BaseArtifactoryResponsepublic void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exception