Package | Description |
---|---|
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 . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultHttpClientConnection
Default implementation of a client-side HTTP connection.
|
class |
DefaultHttpServerConnection
Default implementation of a server-side HTTP connection.
|
class |
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. |
class |
SocketHttpServerConnection
Implementation of a server-side HTTP connection that can be bound to a
network Socket in order to receive and transmit data.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultNHttpClientConnection
Default implementation of the
NHttpClientConnection interface. |
class |
DefaultNHttpServerConnection
Default implementation of the
NHttpServerConnection interface. |
class |
NHttpConnectionBase
This class serves as a base for all
NHttpConnection implementations
and implements functionality common to both client and server
HTTP connections. |
Copyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.