|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentDecoder | |
org.apache.http.impl.nio | |
org.apache.http.impl.nio.codecs | |
org.apache.http.nio | |
org.apache.http.nio.protocol | |
org.apache.http.nio.util |
Uses of ContentDecoder in org.apache.http.impl.nio |
Fields in org.apache.http.impl.nio declared as ContentDecoder | |
protected ContentDecoder |
NHttpConnectionBase.contentDecoder
|
Uses of ContentDecoder in org.apache.http.impl.nio.codecs |
Classes in org.apache.http.impl.nio.codecs that implement ContentDecoder | |
class |
AbstractContentDecoder
|
class |
ChunkDecoder
|
class |
IdentityDecoder
|
class |
LengthDelimitedDecoder
|
Uses of ContentDecoder in org.apache.http.nio |
Methods in org.apache.http.nio with parameters of type ContentDecoder | |
void |
NHttpServiceHandler.inputReady(NHttpServerConnection conn,
ContentDecoder decoder)
Triggered when the underlying channel is ready for reading a new portion of the request entity through the corresponding content decoder. |
void |
NHttpClientHandler.inputReady(NHttpClientConnection conn,
ContentDecoder decoder)
Triggered when the underlying channel is ready for reading a new portion of the response entity through the corresponding content decoder. |
Uses of ContentDecoder in org.apache.http.nio.protocol |
Methods in org.apache.http.nio.protocol with parameters of type ContentDecoder | |
void |
BufferingHttpServiceHandler.inputReady(NHttpServerConnection conn,
ContentDecoder decoder)
|
void |
ThrottlingHttpServiceHandler.inputReady(NHttpServerConnection conn,
ContentDecoder decoder)
|
void |
BufferingHttpClientHandler.inputReady(NHttpClientConnection conn,
ContentDecoder decoder)
|
Uses of ContentDecoder in org.apache.http.nio.util |
Methods in org.apache.http.nio.util with parameters of type ContentDecoder | |
int |
ContentInputBuffer.consumeContent(ContentDecoder decoder)
|
int |
SharedInputBuffer.consumeContent(ContentDecoder decoder)
|
int |
SimpleInputBuffer.consumeContent(ContentDecoder decoder)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |