Uses of Interface
org.apache.http.entity.ContentLengthStrategy

Packages that use ContentLengthStrategy
org.apache.http.impl Default implementations of HTTP connections for synchronous, blocking communication. 
org.apache.http.impl.entity Default implementations of entity content strategies. 
 

Uses of ContentLengthStrategy in org.apache.http.impl
 

Constructors in org.apache.http.impl with parameters of type ContentLengthStrategy
BHttpConnectionBase(int bufferSize, int fragmentSizeHint, CharsetDecoder charDecoder, CharsetEncoder charEncoder, MessageConstraints messageConstraints, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy)
          Creates new instance of BHttpConnectionBase.
DefaultBHttpClientConnection(int bufferSize, int fragmentSizeHint, CharsetDecoder charDecoder, CharsetEncoder charEncoder, MessageConstraints constraints, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, HttpMessageWriterFactory<HttpRequest> requestWriterFactory, HttpMessageParserFactory<HttpResponse> responseParserFactory)
          Creates new instance of DefaultBHttpClientConnection.
DefaultBHttpClientConnectionFactory(ConnectionConfig cconfig, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, HttpMessageWriterFactory<HttpRequest> requestWriterFactory, HttpMessageParserFactory<HttpResponse> responseParserFactory)
           
DefaultBHttpServerConnection(int bufferSize, int fragmentSizeHint, CharsetDecoder charDecoder, CharsetEncoder charEncoder, MessageConstraints constraints, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, HttpMessageParserFactory<HttpRequest> requestParserFactory, HttpMessageWriterFactory<HttpResponse> responseWriterFactory)
          Creates new instance of DefaultBHttpServerConnection.
DefaultBHttpServerConnectionFactory(ConnectionConfig cconfig, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, HttpMessageParserFactory<HttpRequest> requestParserFactory, HttpMessageWriterFactory<HttpResponse> responseWriterFactory)
           
 

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)
          Deprecated.  
EntitySerializer(ContentLengthStrategy lenStrategy)
          Deprecated.  
 



Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.