Package com.atlassian.sal.api.net
package com.atlassian.sal.api.net
-
ClassDescriptionThe REST plugin provides an implementation that allows marshalling of entities.
HttpClientRequestFactoryimplements this interface.Interface Request represents a request to retrieve data.Represents type of network requestFactory to createRequests.Represents the response when callingRequest.execute(ResponseHandler)Thrown byRequestmethods to indicate that the request failed because a connection could not be established within the timeout interval.This exception is thrown byRequest.execute()andResponseHandler.handle(Response).ResponseHandler<T extends Response>Callback interface used byRequest.execute(ResponseHandler)method.Thrown byRequestmethods to indicate that the request failed because the server did not comply with the request protocol.Thrown byRequestmethods to indicate that the request failed because the server did not respond within the timeout interval after a connection was made.Thrown byRequest.execute()to indicate that the request was unsuccessful based on the response's status code.Thrown byRequestmethods to indicate that the request failed because the server did not response in time.Thrown byRequestmethods to indicate that the request failed because of an I/O error in the underlying protocol.Callback interface used by theRequest.executeAndReturn(ReturningResponseHandler)method.