|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SimpleChannelHandler | |
|---|---|
| org.jboss.netty.handler.codec.http | Encoder, decoder and their related message types for HTTP. |
| org.jboss.netty.handler.queue | The special-purpose handlers that store an event into an internal queue instead of propagating the event immediately. |
| org.jboss.netty.handler.timeout | Adds support for read and write timeout and idle connection notification
using a Timer. |
| Uses of SimpleChannelHandler in org.jboss.netty.handler.codec.http |
|---|
| Subclasses of SimpleChannelHandler in org.jboss.netty.handler.codec.http | |
|---|---|
class |
HttpContentCompressor
Compresses an HttpMessage and an HttpChunk in gzip or
deflate encoding while respecting the "Accept-Encoding" header. |
class |
HttpContentEncoder
Encodes the content of the outbound HttpResponse and HttpChunk. |
| Uses of SimpleChannelHandler in org.jboss.netty.handler.queue |
|---|
| Subclasses of SimpleChannelHandler in org.jboss.netty.handler.queue | |
|---|---|
class |
BufferedWriteHandler
Emulates buffered write operation. |
| Uses of SimpleChannelHandler in org.jboss.netty.handler.timeout |
|---|
| Subclasses of SimpleChannelHandler in org.jboss.netty.handler.timeout | |
|---|---|
class |
IdleStateAwareChannelHandler
An extended SimpleChannelHandler that adds the handler method for
an IdleStateEvent. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||