Package | Description |
---|---|
org.apache.http.impl.entity |
Default implementations for interfaces in
org.apache.http.entity and provides utility
classes for serialization and deserialization of HTTP content entities. |
org.apache.http.impl.nio |
Default implementations for interfaces in
org.apache.http.nio . |
Modifier and Type | Class and Description |
---|---|
class |
LaxContentLengthStrategy
The lax implementation of the content length strategy.
|
class |
StrictContentLengthStrategy
The strict implementation of the content length strategy.
|
Constructor and Description |
---|
EntityDeserializer(ContentLengthStrategy lenStrategy) |
EntitySerializer(ContentLengthStrategy lenStrategy) |
Modifier and Type | Field and Description |
---|---|
protected ContentLengthStrategy |
NHttpConnectionBase.incomingContentStrategy |
protected ContentLengthStrategy |
NHttpConnectionBase.outgoingContentStrategy |
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.