Uses of Interface
org.apache.http.nio.entity.ProducingNHttpEntity
Packages that use ProducingNHttpEntity
Package
Description
Core HTTP entity implementations with support for
asynchronous, event driven communication.
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 ProducingNHttpEntityModifier and TypeClassDescriptionclassA simple self contained, repeatable non-blocking entity that retrieves its content from a byte array.classA self contained, repeatable non-blocking entity that retrieves its content from a file.classDeprecated.classA simple, self contained, repeatable non-blocking entity that retrieves its content from aStringobject. -
Uses of ProducingNHttpEntity in org.apache.http.nio.protocol
Fields in org.apache.http.nio.protocol declared as ProducingNHttpEntityModifier and TypeFieldDescriptionprivate ProducingNHttpEntityAsyncNHttpClientHandler.ClientConnState.producingEntityprivate ProducingNHttpEntityAsyncNHttpServiceHandler.ServerConnState.producingEntityMethods in org.apache.http.nio.protocol that return ProducingNHttpEntityModifier and TypeMethodDescriptionAsyncNHttpClientHandler.ClientConnState.getProducingEntity()AsyncNHttpServiceHandler.ServerConnState.getProducingEntity()Methods in org.apache.http.nio.protocol with parameters of type ProducingNHttpEntityModifier and TypeMethodDescriptionvoidAsyncNHttpClientHandler.ClientConnState.setProducingEntity(ProducingNHttpEntity producingEntity) voidAsyncNHttpServiceHandler.ServerConnState.setProducingEntity(ProducingNHttpEntity producingEntity)
EntityAsyncContentProducer