Uses of Interface
org.apache.http.nio.entity.ContentListener

Packages that use ContentListener
org.apache.http.nio.entity Representations for non-blocking HTTP message entities. 
 

Uses of ContentListener in org.apache.http.nio.entity
 

Classes in org.apache.http.nio.entity that implement ContentListener
 class SkipContentListener
          A simple ContentListener that reads and ignores all content.
 

Methods in org.apache.http.nio.entity that return ContentListener
 ContentListener ConsumingNHttpEntityTemplate.getContentListener()
           
 

Constructors in org.apache.http.nio.entity with parameters of type ContentListener
ConsumingNHttpEntityTemplate(HttpEntity httpEntity, ContentListener contentListener)
           
 



Copyright © 2005-2010 The Apache Software Foundation. All Rights Reserved.