|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentEncoder | |
---|---|
org.apache.http.impl.nio | |
org.apache.http.impl.nio.codecs | |
org.apache.http.nio | |
org.apache.http.nio.entity | |
org.apache.http.nio.protocol | |
org.apache.http.nio.util |
Uses of ContentEncoder in org.apache.http.impl.nio |
---|
Fields in org.apache.http.impl.nio declared as ContentEncoder | |
---|---|
protected ContentEncoder |
NHttpConnectionBase.contentEncoder
|
Uses of ContentEncoder in org.apache.http.impl.nio.codecs |
---|
Classes in org.apache.http.impl.nio.codecs that implement ContentEncoder | |
---|---|
class |
AbstractContentEncoder
|
class |
ChunkEncoder
|
class |
IdentityEncoder
Identity encoder implementation. |
class |
LengthDelimitedEncoder
Content-Length delimited encoder implementation. |
Uses of ContentEncoder in org.apache.http.nio |
---|
Subinterfaces of ContentEncoder in org.apache.http.nio | |
---|---|
interface |
FileContentEncoder
A content encoder capable of transferring data directly from a FileChannel |
Methods in org.apache.http.nio with parameters of type ContentEncoder | |
---|---|
void |
NHttpClientHandler.outputReady(NHttpClientConnection conn,
ContentEncoder encoder)
Triggered when the underlying channel is ready for writing a next portion of the request entity through the corresponding content encoder. |
void |
NHttpServiceHandler.outputReady(NHttpServerConnection conn,
ContentEncoder encoder)
Triggered when the underlying channel is ready for writing a next portion of the response entity through the corresponding content encoder. |
Constructors in org.apache.http.nio with parameters of type ContentEncoder | |
---|---|
ContentEncoderChannel(ContentEncoder contentEncoder)
|
Uses of ContentEncoder in org.apache.http.nio.entity |
---|
Methods in org.apache.http.nio.entity with parameters of type ContentEncoder | |
---|---|
void |
ProducingNHttpEntity.produceContent(ContentEncoder encoder,
IOControl ioctrl)
Notification that content should be written to the encoder. |
void |
NFileEntity.produceContent(ContentEncoder encoder,
IOControl ioctrl)
|
void |
NByteArrayEntity.produceContent(ContentEncoder encoder,
IOControl ioctrl)
|
void |
NStringEntity.produceContent(ContentEncoder encoder,
IOControl ioctrl)
|
void |
NHttpEntityWrapper.produceContent(ContentEncoder encoder,
IOControl ioctrl)
|
Uses of ContentEncoder in org.apache.http.nio.protocol |
---|
Methods in org.apache.http.nio.protocol with parameters of type ContentEncoder | |
---|---|
void |
AsyncNHttpClientHandler.outputReady(NHttpClientConnection conn,
ContentEncoder encoder)
|
void |
ThrottlingHttpClientHandler.outputReady(NHttpClientConnection conn,
ContentEncoder encoder)
|
void |
BufferingHttpClientHandler.outputReady(NHttpClientConnection conn,
ContentEncoder encoder)
|
void |
BufferingHttpServiceHandler.outputReady(NHttpServerConnection conn,
ContentEncoder encoder)
|
void |
ThrottlingHttpServiceHandler.outputReady(NHttpServerConnection conn,
ContentEncoder encoder)
|
void |
AsyncNHttpServiceHandler.outputReady(NHttpServerConnection conn,
ContentEncoder encoder)
|
Uses of ContentEncoder in org.apache.http.nio.util |
---|
Methods in org.apache.http.nio.util with parameters of type ContentEncoder | |
---|---|
int |
ContentOutputBuffer.produceContent(ContentEncoder encoder)
|
int |
SharedOutputBuffer.produceContent(ContentEncoder encoder)
|
int |
SimpleOutputBuffer.produceContent(ContentEncoder encoder)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |