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.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
ProducingNHttpEntity |
AsyncNHttpClientHandler.ClientConnState.getProducingEntity() |
ProducingNHttpEntity |
AsyncNHttpServiceHandler.ServerConnState.getProducingEntity() |
Modifier and Type | Method and Description |
---|---|
void |
AsyncNHttpClientHandler.ClientConnState.setProducingEntity(ProducingNHttpEntity producingEntity) |
void |
AsyncNHttpServiceHandler.ServerConnState.setProducingEntity(ProducingNHttpEntity producingEntity) |
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.