Uses of Interface
org.apache.http.nio.entity.ProducingNHttpEntity
-
Packages that use ProducingNHttpEntity Package Description org.apache.http.nio.entity Core HTTP entity implementations with support for asynchronous, event driven communication.org.apache.http.nio.protocol Core HTTP protocol execution framework and HTTP protocol handlers for asynchronous, event driven communication. -
-
Uses of ProducingNHttpEntity in org.apache.http.nio.entity
Classes in org.apache.http.nio.entity that implement ProducingNHttpEntity Modifier and Type Class Description classNByteArrayEntityA simple self contained, repeatable non-blocking entity that retrieves its content from a byte array.classNFileEntityA self contained, repeatable non-blocking entity that retrieves its content from a file.classNHttpEntityWrapperDeprecated.(4.2) useEntityAsyncContentProducerclassNStringEntityA simple, self contained, repeatable non-blocking entity that retrieves its content from aStringobject. -
Uses of ProducingNHttpEntity in org.apache.http.nio.protocol
Methods in org.apache.http.nio.protocol that return ProducingNHttpEntity Modifier and Type Method Description ProducingNHttpEntityAsyncNHttpClientHandler.ClientConnState. getProducingEntity()ProducingNHttpEntityAsyncNHttpServiceHandler.ServerConnState. getProducingEntity()Methods in org.apache.http.nio.protocol with parameters of type ProducingNHttpEntity Modifier and Type Method Description voidAsyncNHttpClientHandler.ClientConnState. setProducingEntity(ProducingNHttpEntity producingEntity)voidAsyncNHttpServiceHandler.ServerConnState. setProducingEntity(ProducingNHttpEntity producingEntity)
-