Uses of Package
org.apache.http.impl

Packages that use org.apache.http.impl
org.apache.http.impl Default implementations for interfaces in org.apache.http
org.apache.http.impl.nio Default implementations for interfaces in org.apache.http.nio
 

Classes in org.apache.http.impl used by org.apache.http.impl
AbstractHttpClientConnection
          Abstract client-side HTTP connection capable of transmitting and receiving data using arbitrary SessionInputBuffer and SessionOutputBuffer implementations.
AbstractHttpServerConnection
          Abstract server-side HTTP connection capable of transmitting and receiving data using arbitrary SessionInputBuffer and SessionOutputBuffer implementations.
EnglishReasonPhraseCatalog
          English reason phrases for HTTP status codes.
HttpConnectionMetricsImpl
          Default implementation of the HttpConnectionMetrics interface.
SocketHttpClientConnection
          Implementation of a client-side HTTP connection that can be bound to an arbitrary Socket for receiving data from and transmitting data to a remote server.
SocketHttpServerConnection
          Implementation of a server-side HTTP connection that can be bound to a network Socket in order to receive and transmit data.
 

Classes in org.apache.http.impl used by org.apache.http.impl.nio
HttpConnectionMetricsImpl
          Default implementation of the HttpConnectionMetrics interface.
 



Copyright © 2005-2010 The Apache Software Foundation. All Rights Reserved.