| Package | Description |
|---|---|
| org.jboss.netty.handler.codec.compression |
Encoder and decoder which compresses and decompresses
ChannelBuffers
in a compression format such as zlib
and gzip. |
| org.jboss.netty.handler.ssl | |
| org.jboss.netty.handler.timeout |
Adds support for read and write timeout and idle connection notification
using a
Timer. |
| Modifier and Type | Class and Description |
|---|---|
class |
ZlibEncoder
Compresses a
ChannelBuffer using the deflate algorithm. |
| Modifier and Type | Class and Description |
|---|---|
class |
SslHandler
|
| Modifier and Type | Class and Description |
|---|---|
class |
IdleStateHandler
Triggers an
IdleStateEvent when a Channel has not performed
read, write, or both operation for a while. |
class |
ReadTimeoutHandler
Raises a
ReadTimeoutException when no data was read within a certain
period of time. |
Copyright © 2008-2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.