Package | Description |
---|---|
org.apache.http.impl |
Default implementations of HTTP connections for synchronous,
blocking communication.
|
Modifier and Type | Method and Description |
---|---|
protected EntityDeserializer |
AbstractHttpClientConnection.createEntityDeserializer()
Deprecated.
Creates an instance of
EntityDeserializer with the
LaxContentLengthStrategy implementation to be used for
de-serializing entities received over this connection. |
protected EntityDeserializer |
AbstractHttpServerConnection.createEntityDeserializer()
Deprecated.
Creates an instance of
EntityDeserializer with the
LaxContentLengthStrategy implementation to be used for
de-serializing entities received over this connection. |