| Home >> All >> org >> apache >> http >> [ impl Javadoc ] |
| | org.apache.http.impl.entity.* (5) | | org.apache.http.impl.io.* (6) |
org.apache.http.impl: Javadoc index of package org.apache.http.impl.
Package Samples:
org.apache.http.impl.entity: Default implementations for interfaces in org.apache.http.
org.apache.http.impl.io
Classes:
DefaultEntityDeserializer: Default implementation of an entity generator. This entity generator comforms to the entity transfer rules outlined in the Section 4.4 , Section 3.6 , Section 14.41 and Section 14.13 of RFC 2616 4.4 Message Length The transfer-length of a message is the length of the message-body as it appears in the message; that is, after any transfer-codings have been applied. When a message-body is included with a message, the transfer-length of that body is determined by one of the following (in order of precedence): 1.Any response message which "MUST NOT" include a message-body (such as the 1xx, 204, and ...
DefaultHttpParams: This class represents a collection of HTTP protocol parameters. Protocol parameters may be linked together to form a hierarchy. If a particular parameter value has not been explicitly defined in the collection itself, its value will be drawn from the parent collection of parameters.
DefaultHttpRequestRetryHandler: The default org.apache.http.protocol.HttpRequestRetryHandler used by request executors.
HeaderGroup: A class for combining a set of headers. This class allows for multiple headers with the same name and keeps track of the order in which headers were added.
PlainSocketFactory: The default class for creating protocol sockets. This class just uses the socket constructors.
TestHeaderGroup: Unit tests for HeaderGroup .
SocketHttpDataTransmitter: A data transmitter using a Java java.net.Socket and traditional IO.
SocketHttpDataReceiver: A data receiver using a Java java.net.Socket and traditional IO.
AbstractHttpConnection: Abstract base class for HTTP connections on the client and server side.
DefaultConnectionReuseStrategy: Default implementation of a strategy deciding about connection re-use.
DefaultHttpProxyConnection: Default implementation of a client-side connection through a proxy.
DefaultHttpResponseFactory: Default implementation of a factory for creating response objects.
DefaultHttpRequestFactory: Default implementation of a factory for creating request objects.
AbstractHttpDataTransmitter: Abstract base class for data transmitters using traditional IO.
DefaultEntitySerializer: Default implementation of an entity writer on the client side.
AbstractHttpDataReceiver: Abstract base class for data receivers using traditional IO.
DefaultHttpServerConnection: Default implementation of a server-side HTTP connection.
DefaultHttpClientConnection: Default implementation of a client-side HTTP connection.
SSLSocketFactory: .A wrapper class for the standard JSSE SSLSocketFactory.
TestDefaultConnectionReuseStrategy
TestHttpDataReceiverAndTransmitter
TestBasicRequest
TestAllImpl
TestDefaultEntityDeserializer
TestAllEntityImpl
| Home | Contact Us | Privacy Policy | Terms of Service |