Uses of Interface
org.jboss.netty.channel.LifeCycleAwareChannelHandler

Packages that use LifeCycleAwareChannelHandler
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 SSL · TLS implementation based on SSLEngine 
org.jboss.netty.handler.timeout Adds support for read and write timeout and idle connection notification using a Timer
 

Uses of LifeCycleAwareChannelHandler in org.jboss.netty.handler.codec.compression
 

Classes in org.jboss.netty.handler.codec.compression that implement LifeCycleAwareChannelHandler
 class ZlibEncoder
          Compresses a ChannelBuffer using the deflate algorithm.
 

Uses of LifeCycleAwareChannelHandler in org.jboss.netty.handler.ssl
 

Classes in org.jboss.netty.handler.ssl that implement LifeCycleAwareChannelHandler
 class SslHandler
          Adds SSL · TLS and StartTLS support to a Channel.
 

Uses of LifeCycleAwareChannelHandler in org.jboss.netty.handler.timeout
 

Classes in org.jboss.netty.handler.timeout that implement LifeCycleAwareChannelHandler
 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-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.