| Package | Description |
|---|---|
| com.atlassian.sal.api.net |
| Class and Description |
|---|
| Request
Interface Request represents a request to retrieve data.
|
| Request.MethodType
Represents type of network request
|
| RequestFactory
Factory to create
Requests. |
| RequestFilePart |
| Response
Represents the response when calling
Request.execute(ResponseHandler) |
| ResponseException
This exception is thrown by
Request.execute() and ResponseHandler.handle(Response). |
| ResponseHandler
Callback interface used by
Request.execute(ResponseHandler) method. |
| ResponseTimeoutException
Thrown by
Request methods to indicate that the request failed because the
server did not response in time. |
| ReturningResponseHandler
Callback interface used by the
Request.executeAndReturn(ReturningResponseHandler)
method. |
Copyright © 2021 Atlassian. All rights reserved.