Uses of Package
net.rim.pushsdk.commons.http

Packages that use net.rim.pushsdk.commons.http
net.rim.pushsdk.commons This package contains base classes, base exceptions, utility and helper classes that are shared across other components. 
net.rim.pushsdk.commons.content This package contains classes which model content to be included in push requests. 
net.rim.pushsdk.commons.http This package contains an interface for and an implementation of an HTTP client. 
net.rim.pushsdk.pap This package implements a Push Access Protocol (PAP) client, including marshalling and unmarshalling of push, cancel, and status query messages. 
net.rim.pushsdk.query.subscription This package contains classes responsible for performing non-PAP queries on the PPG that relate to subscription and checking the status of subscribers on the PPG end. 
net.rim.pushsdk.subscription This package contains the subscription POJOs, subscription DAOs, subscription exceptions, and business logic for subscription-related functions. 
 

Classes in net.rim.pushsdk.commons.http used by net.rim.pushsdk.commons
HttpClient
          Interface defining operations to enable transmitting HTTP GET and HTTP POST requests and returning the corresponding HTTP response.
 

Classes in net.rim.pushsdk.commons.http used by net.rim.pushsdk.commons.content
HttpHeaderList
          Represents HTTP transport headers in the format of header name to header value pairs.
 

Classes in net.rim.pushsdk.commons.http used by net.rim.pushsdk.commons.http
HttpClient
          Interface defining operations to enable transmitting HTTP GET and HTTP POST requests and returning the corresponding HTTP response.
HttpHeaderList
          Represents HTTP transport headers in the format of header name to header value pairs.
HttpResponse
          Represents the response of an HTTP POST/GET request.
 

Classes in net.rim.pushsdk.commons.http used by net.rim.pushsdk.pap
HttpClient
          Interface defining operations to enable transmitting HTTP GET and HTTP POST requests and returning the corresponding HTTP response.
 

Classes in net.rim.pushsdk.commons.http used by net.rim.pushsdk.query.subscription
HttpClient
          Interface defining operations to enable transmitting HTTP GET and HTTP POST requests and returning the corresponding HTTP response.
 

Classes in net.rim.pushsdk.commons.http used by net.rim.pushsdk.subscription
HttpClient
          Interface defining operations to enable transmitting HTTP GET and HTTP POST requests and returning the corresponding HTTP response.
 



Copyright © 2011 Research In Motion. All Rights Reserved.