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

Packages that use ContentLengthStrategy
org.apache.http.impl.entity Default implementations for interfaces in org.apache.http.entity
org.apache.http.impl.nio   
 

Uses of ContentLengthStrategy in org.apache.http.impl.entity
 

Classes in org.apache.http.impl.entity that implement ContentLengthStrategy
 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
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
           
 



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.