Package com.atlassian.sal.api.net

Interface Summary
Request<T extends Request<?>> 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 Callback interface used by Request.execute(ResponseHandler) 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 © 2009 Atlassian. All Rights Reserved.