Package com.atlassian.sal.api.net

Interface Summary
NonMarshallingRequestFactory<T extends Request<?,?>> HttpClientRequestFactory implements this interface.
Request<T extends Request<?,?>,RESP extends Response> Interface Request represents a request to retrieve data.
RequestFactory<T extends Request<?,?>> Factory to create Requests.
Response Represents the response when calling Request.execute(ResponseHandler)
ResponseHandler<T extends Response> Callback interface used by Request.execute(ResponseHandler) method.
ReturningResponseHandler<T extends Response,R> Callback interface used by the Request.executeAndReturn(ReturningResponseHandler) method.
 

Enum Summary
Request.MethodType Represents type of network request
 

Exception Summary
ResponseException This is exception is thrown by Request.execute() and ResponseHandler.handle(Response).
 



Copyright © 2010 Atlassian. All Rights Reserved.