Class Hierarchy
- java.lang.Object
- io.netty.channel.ChannelOperationHandlerAdapter (implements io.netty.channel.ChannelOperationHandler)
- io.netty.channel.ChannelOutboundHandlerAdapter (implements io.netty.channel.ChannelOutboundHandler)
- io.netty.channel.ChannelOutboundMessageHandlerAdapter<I> (implements io.netty.channel.ChannelOutboundMessageHandler<I>)
- io.netty.handler.codec.MessageToByteEncoder<I>
- io.netty.handler.codec.MessageToMessageEncoder<I,O>
- io.netty.channel.ChannelStateHandlerAdapter (implements io.netty.channel.ChannelStateHandler)
- io.netty.channel.ChannelHandlerAdapter (implements io.netty.channel.ChannelOperationHandler)
- io.netty.channel.CombinedChannelHandler (implements io.netty.channel.ChannelInboundHandler, io.netty.channel.ChannelOutboundHandler)
- io.netty.handler.codec.spdy.SpdySessionHandler (implements io.netty.channel.ChannelInboundMessageHandler<I>, io.netty.channel.ChannelOutboundMessageHandler<I>)
- io.netty.channel.ChannelInboundHandlerAdapter (implements io.netty.channel.ChannelInboundHandler)
- io.netty.handler.codec.ByteToMessageDecoder<O> (implements io.netty.channel.ChannelInboundByteHandler)
- io.netty.handler.codec.MessageToMessageDecoder<I,O> (implements io.netty.channel.ChannelInboundMessageHandler<I>)
- io.netty.handler.codec.spdy.DefaultSpdyDataFrame (implements io.netty.handler.codec.spdy.SpdyDataFrame)
- io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame (implements io.netty.handler.codec.spdy.SpdyGoAwayFrame)
- io.netty.handler.codec.spdy.DefaultSpdyHeaderBlock (implements io.netty.handler.codec.spdy.SpdyHeaderBlock)
- io.netty.handler.codec.spdy.DefaultSpdyNoOpFrame (implements io.netty.handler.codec.spdy.SpdyNoOpFrame)
- io.netty.handler.codec.spdy.DefaultSpdyPingFrame (implements io.netty.handler.codec.spdy.SpdyPingFrame)
- io.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame (implements io.netty.handler.codec.spdy.SpdyRstStreamFrame)
- io.netty.handler.codec.spdy.DefaultSpdySettingsFrame (implements io.netty.handler.codec.spdy.SpdySettingsFrame)
- io.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame (implements io.netty.handler.codec.spdy.SpdyWindowUpdateFrame)
- io.netty.handler.codec.spdy.SpdyConstants
- io.netty.handler.codec.spdy.SpdyHeaders
- io.netty.handler.codec.spdy.SpdyHeaders.HttpNames
- io.netty.handler.codec.spdy.SpdyHeaders.Spdy2HttpNames
- io.netty.handler.codec.spdy.SpdyHttpHeaders
- io.netty.handler.codec.spdy.SpdyHttpHeaders.Names
- io.netty.handler.codec.spdy.SpdySessionStatus (implements java.lang.Comparable<T>)
- io.netty.handler.codec.spdy.SpdyStreamStatus (implements java.lang.Comparable<T>)
- java.lang.Throwable (implements java.io.Serializable)
Interface Hierarchy
Copyright © 2008-2012 The Netty Project. All Rights Reserved.