|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Response in com.atlassian.httpclient.api |
|---|
| Methods in com.atlassian.httpclient.api that return Response | |
|---|---|
Response |
UnexpectedResponseException.getResponse()
Returns the unexpected response |
Response |
Response.setContentCharset(java.lang.String contentCharset)
|
Response |
Response.setContentType(java.lang.String contentType)
|
Response |
Response.setEntity(java.lang.String entity)
|
Response |
Response.setEntityStream(java.io.InputStream entityStream)
|
Response |
Response.setEntityStream(java.io.InputStream entityStream,
java.lang.String encoding)
|
Response |
Response.setHeader(java.lang.String name,
java.lang.String value)
|
Response |
Response.setHeaders(java.util.Map<java.lang.String,java.lang.String> headers)
|
Response |
Response.setStatusCode(int statusCode)
Sets the status code of the response. |
Response |
Response.setStatusText(java.lang.String statusText)
Sets the status text of the response. |
| Methods in com.atlassian.httpclient.api that return types with arguments of type Response | |
|---|---|
java.util.List<Response> |
UnexpectedResponsesException.getResponses()
Returns the unexpected responses. |
| Method parameters in com.atlassian.httpclient.api with type arguments of type Response | |
|---|---|
static ResponsesPromise |
ResponsePromises.toResponsePromise(com.google.common.util.concurrent.ListenableFuture<java.util.List<Response>> future)
|
static ResponsePromise |
ResponsePromises.toResponsePromise(com.google.common.util.concurrent.ListenableFuture<Response> future)
|
| Constructors in com.atlassian.httpclient.api with parameters of type Response | |
|---|---|
UnexpectedResponseException(Response response)
Creates a new exception for the given response. |
|
| Constructor parameters in com.atlassian.httpclient.api with type arguments of type Response | |
|---|---|
UnexpectedResponsesException(java.util.List<Response> responses)
Creates a new exception for the given responses. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||