|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentLengthStrategy | |
---|---|
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 . |
Uses of ContentLengthStrategy in org.apache.http.impl.entity |
---|
Classes in org.apache.http.impl.entity that implement ContentLengthStrategy | |
---|---|
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. |
Constructors in org.apache.http.impl.entity with parameters of type ContentLengthStrategy | |
---|---|
DisallowIdentityContentLengthStrategy(ContentLengthStrategy contentLengthStrategy)
|
|
EntityDeserializer(ContentLengthStrategy lenStrategy)
|
|
EntitySerializer(ContentLengthStrategy lenStrategy)
|
Uses of ContentLengthStrategy in org.apache.http.impl.nio |
---|
Fields in org.apache.http.impl.nio declared as ContentLengthStrategy | |
---|---|
protected ContentLengthStrategy |
NHttpConnectionBase.incomingContentStrategy
|
protected ContentLengthStrategy |
NHttpConnectionBase.outgoingContentStrategy
|
Methods in org.apache.http.impl.nio that return ContentLengthStrategy | |
---|---|
protected ContentLengthStrategy |
DefaultNHttpServerConnection.createIncomingContentStrategy()
|
protected ContentLengthStrategy |
NHttpConnectionBase.createIncomingContentStrategy()
|
protected ContentLengthStrategy |
NHttpConnectionBase.createOutgoingContentStrategy()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |