public interface ArtifactoryResponse extends BaseArtifactoryResponse
Artifactory.restCall(ArtifactoryRequest).
acts as a wrapper for HttpResponse but removes the need to handle response stream.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRawBody() |
<T> T |
parseBody(java.lang.Class<T> toType) |
getAllHeaders, getStatusLine, isSuccessResponse