Uses of Package
org.jcoderz.commons.connector.http.transport

Packages that use org.jcoderz.commons.connector.http.transport
org.jcoderz.commons.connector.http   
org.jcoderz.commons.connector.http.transport This package contains the HTTP Connector implementation classes for the transport layer. 
 

Classes in org.jcoderz.commons.connector.http.transport used by org.jcoderz.commons.connector.http
ConnectorContext
          Interface providing a serializable context used by the callback methods of the commons http connector.
HttpConnectionException
          HttpConnectionException indicates a connection failure on HTTP level.
HttpConnectorEventListener
          The listener interface used by the http connector to perform callback functionality on the client of the resource adapter.
HttpRequestResponseHeader
          Container for the http header parameter set for request and validate for response.
 

Classes in org.jcoderz.commons.connector.http.transport used by org.jcoderz.commons.connector.http.transport
ConnectorContext
          Interface providing a serializable context used by the callback methods of the commons http connector.
HttpClientConnection
          Interface used by the commons http connector to use the jakarta commons-httpclient.
HttpConnectionException
          HttpConnectionException indicates a connection failure on HTTP level.
HttpConnectionState
          Enumerated type of a http connection state.
HttpConnectorEventListener
          The listener interface used by the http connector to perform callback functionality on the client of the resource adapter.
HttpEmptyResponseException
          HttpConnectionException indicates an empty http body in response.
HttpRequestResponseHeader
          Container for the http header parameter set for request and validate for response.
SimpleServer
          This class defines a simple http server used for testing the HttpConnectionImpl based on the commons-httpclient lib.
 



Copyright 2007 The jCoderZ Project.