Uses of Package
com.atlassian.httpclient.api

Packages that use com.atlassian.httpclient.api
com.atlassian.httpclient.api   
com.atlassian.httpclient.api.factory   
 

Classes in com.atlassian.httpclient.api used by com.atlassian.httpclient.api
BaseResponsePromise
          Adds rich response-code callback registration to the base Promise interface.
EntityBuilder
          A basic contract to be implemented by all entity builders.
EntityBuilder.Entity
          Represents a built entity consisting of a set of HTTP headers and an InputStream.
FormBuilder
          Builds url-encoded form entities for use as HTTP request message bodies.
HttpStatus
          HTTP Status code, for reference see: the wikipedia page. Hypertext Transfer Protocol -- HTTP/1.1, RFC 2616 HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV), RFC 4918 Binding Extensions to Web Distributed Authoring and Versioning (WebDAV), RFC 5842 Delta encoding in HTTP, RFC 3229
Message
          An abstract base class for HTTP messages (i.e.
Request
          An interface for building and executing HTTP requests.
Request.Method
           
Response
          Represents the result of an HTTP request.
ResponsePromise
          A specific type of BaseResponsePromise for handling a response promise for a single HTTP request
ResponsePromiseTransformationBuilder
           
ResponsesPromise
          A specific type of BaseResponsePromise for handling a batch of response promises, as supplied via a when-based promise aggregation
 

Classes in com.atlassian.httpclient.api used by com.atlassian.httpclient.api.factory
HttpClient
          A service providing asynchronous HTTP request creation and execution.
Request
          An interface for building and executing HTTP requests.
Response
          Represents the result of an HTTP request.
 



Copyright © 2012 Atlassian. All Rights Reserved.