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)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(org.apache.http.HttpEntity httpEntity, ContentListener contentListener)
Deprecated.
-