|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProducingNHttpEntity | |
---|---|
org.apache.http.nio.entity | |
org.apache.http.nio.protocol |
Uses of ProducingNHttpEntity in org.apache.http.nio.entity |
---|
Classes in org.apache.http.nio.entity that implement ProducingNHttpEntity | |
---|---|
class |
NByteArrayEntity
An entity whose content is retrieved from a byte array. |
class |
NFileEntity
An entity whose content is retrieved from from a file. |
class |
NHttpEntityWrapper
|
class |
NStringEntity
An entity whose content is retrieved from a string. |
Uses of ProducingNHttpEntity in org.apache.http.nio.protocol |
---|
Methods in org.apache.http.nio.protocol that return ProducingNHttpEntity | |
---|---|
ProducingNHttpEntity |
AsyncNHttpClientHandler.ClientConnState.getProducingEntity()
|
ProducingNHttpEntity |
AsyncNHttpServiceHandler.ServerConnState.getProducingEntity()
|
Methods in org.apache.http.nio.protocol with parameters of type ProducingNHttpEntity | |
---|---|
void |
AsyncNHttpClientHandler.ClientConnState.setProducingEntity(ProducingNHttpEntity producingEntity)
|
void |
AsyncNHttpServiceHandler.ServerConnState.setProducingEntity(ProducingNHttpEntity producingEntity)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |