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 |
DisallowIdentityContentLengthStrategy
Decorator for
ContentLengthStrategy implementations that disallows the use of
identity transfer encoding. |
class |
LaxContentLengthStrategy
The lax implementation of the content length strategy.
|
class |
StrictContentLengthStrategy
The strict implementation of the content length strategy.
|
Constructor and Description |
---|
DisallowIdentityContentLengthStrategy(ContentLengthStrategy contentLengthStrategy) |
EntityDeserializer(ContentLengthStrategy lenStrategy) |
EntitySerializer(ContentLengthStrategy lenStrategy) |
Modifier and Type | Field and Description |
---|---|
protected ContentLengthStrategy |
NHttpConnectionBase.incomingContentStrategy |
protected ContentLengthStrategy |
NHttpConnectionBase.outgoingContentStrategy |
Modifier and Type | Method and Description |
---|---|
protected ContentLengthStrategy |
NHttpConnectionBase.createIncomingContentStrategy() |
protected ContentLengthStrategy |
DefaultNHttpServerConnection.createIncomingContentStrategy() |
protected ContentLengthStrategy |
NHttpConnectionBase.createOutgoingContentStrategy() |
Copyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.