Uses of Interface
org.apache.http.nio.entity.ContentListener
-
Packages that use ContentListener Package Description org.apache.http.nio.entity Core HTTP entity implementations with support for asynchronous, event driven communication. -
-
Uses of ContentListener in org.apache.http.nio.entity
Classes in org.apache.http.nio.entity that implement ContentListener Modifier and Type Class Description class
SkipContentListener
Deprecated.(4.2)Fields in org.apache.http.nio.entity declared as ContentListener Modifier and Type Field Description private ContentListener
ConsumingNHttpEntityTemplate. contentListener
Deprecated.Methods in org.apache.http.nio.entity that return ContentListener Modifier and Type Method Description ContentListener
ConsumingNHttpEntityTemplate. getContentListener()
Deprecated.Constructors in org.apache.http.nio.entity with parameters of type ContentListener Constructor Description ConsumingNHttpEntityTemplate(HttpEntity httpEntity, ContentListener contentListener)
Deprecated.
-