public interface ResponseContext
Modifier and Type | Method and Description |
---|---|
InputStream |
getContent() |
String |
getContentAsString() |
long |
getContentLength() |
org.apache.http.entity.ContentType |
getContentType() |
InputStream getContent() throws IOException
IOException
String getContentAsString() throws IOException
IOException
org.apache.http.entity.ContentType getContentType()
long getContentLength()
Copyright © 2017. All rights reserved.