Package | Description |
---|---|
com.atlassian.sal.api.net | |
com.atlassian.sal.core.net | |
com.atlassian.sal.testresources.net |
Modifier and Type | Interface and Description |
---|---|
interface |
Request<T extends Request<?,?>,RESP extends Response>
Interface Request represents a request to retrieve data.
|
interface |
ResponseHandler<T extends Response>
Callback interface used by
Request.execute(ResponseHandler) method. |
interface |
ReturningResponseHandler<T extends Response,R>
Callback interface used by the
Request.executeAndReturn(ReturningResponseHandler)
method. |
Modifier and Type | Method and Description |
---|---|
Response |
ResponseStatusException.getResponse()
Returns the actual response, allowing further inspection of the status code
and error message.
|
Constructor and Description |
---|
ResponseStatusException(String message,
Response response) |
Modifier and Type | Class and Description |
---|---|
class |
HttpClientRequest<T extends Request<?,?>,RESP extends Response>
HttpClient implementation of Request interface
|
Modifier and Type | Class and Description |
---|---|
class |
HttpClientResponse |
Modifier and Type | Class and Description |
---|---|
class |
MockResponse
Mock response that provides setters for all properties
|
Modifier and Type | Method and Description |
---|---|
Response |
MockRequest.getResponse() |
Copyright © 2015 Atlassian. All rights reserved.