Package org.apache.http.impl

Default implementations for interfaces in org.apache.http.

See:
          Description

Class Summary
AbstractHttpClientConnection Abstract client-side HTTP connection capable of transmitting and receiving data using arbitrary HttpDataReceiver and HttpDataTransmitter
AbstractHttpServerConnection Abstract server-side HTTP connection capable of transmitting and receiving data using arbitrary HttpDataReceiver and HttpDataTransmitter
DefaultConnectionReuseStrategy Default implementation of a strategy deciding about connection re-use.
DefaultHttpClientConnection Default implementation of a client-side HTTP connection.
DefaultHttpRequestFactory Default implementation of a factory for creating request objects.
DefaultHttpResponseFactory Default implementation of a factory for creating response objects.
DefaultHttpServerConnection Default implementation of a server-side HTTP connection.
EnglishReasonPhraseCatalog English reason phrases for HTTP status codes.
HttpConnectionMetricsImpl Implementation of the metrics interface.
NoConnectionReuseStrategy A strategy that never re-uses a connection.
SocketHttpClientConnection Implementation of a client-side HTTP connection that can be bound to a network Socket in order to receive and transmit data.
SocketHttpServerConnection Implementation of a server-side HTTP connection that can be bound to a network Socket in order to receive and transmit data.
 

Package org.apache.http.impl Description

Default implementations for interfaces in org.apache.http.



Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.