|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProducingNHttpEntity | |
|---|---|
| org.apache.http.nio.entity | Common HTTP entity implementations with extensions for asynchronous (non-blocking) data transfer. |
| org.apache.http.nio.protocol | Asynchronous HTTP protocol handlers based on the non-blocking I/O model. |
| Uses of ProducingNHttpEntity in org.apache.http.nio.entity |
|---|
| Classes in org.apache.http.nio.entity that implement ProducingNHttpEntity | |
|---|---|
class |
NByteArrayEntity
A simple self contained, repeatable non-blocking entity that retrieves its content from a byte array. |
class |
NFileEntity
A self contained, repeatable non-blocking entity that retrieves its content from a file. |
class |
NHttpEntityWrapper
Deprecated. (4.2) use EntityAsyncContentProducer |
class |
NStringEntity
A simple, self contained, repeatable non-blocking entity that retrieves its content from a String object. |
| Uses of ProducingNHttpEntity in org.apache.http.nio.protocol |
|---|
| Methods in org.apache.http.nio.protocol that return ProducingNHttpEntity | |
|---|---|
ProducingNHttpEntity |
AsyncNHttpServiceHandler.ServerConnState.getProducingEntity()
|
ProducingNHttpEntity |
AsyncNHttpClientHandler.ClientConnState.getProducingEntity()
|
| Methods in org.apache.http.nio.protocol with parameters of type ProducingNHttpEntity | |
|---|---|
void |
AsyncNHttpServiceHandler.ServerConnState.setProducingEntity(ProducingNHttpEntity producingEntity)
|
void |
AsyncNHttpClientHandler.ClientConnState.setProducingEntity(ProducingNHttpEntity producingEntity)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||