Package | Description |
---|---|
org.apache.http |
Core HTTP components based on the blocking I/O model.
|
org.apache.http.impl |
Default implementations for interfaces in
org.apache.http . |
Modifier and Type | Interface and Description |
---|---|
interface |
HttpClientConnection
A client-side HTTP connection, which can be used for sending
requests and receiving responses.
|
interface |
HttpInetConnection
An HTTP connection over the Internet Protocol (IP).
|
interface |
HttpServerConnection
A server-side HTTP connection, which can be used for receiving
requests and sending responses.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHttpClientConnection
Abstract client-side HTTP connection capable of transmitting and receiving
data using arbitrary
SessionInputBuffer and
SessionOutputBuffer implementations. |
class |
AbstractHttpServerConnection
Abstract server-side HTTP connection capable of transmitting and receiving
data using arbitrary
SessionInputBuffer and
SessionOutputBuffer implementations. |
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.
|
Copyright © 2005–2013 The Apache Software Foundation. All rights reserved.