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.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.MessageToMessageCodec<INBOUND_IN,INBOUND_OUT,OUTBOUND_IN,OUTBOUND_OUT> (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.ReplayingDecoder<O,S>
- io.netty.handler.codec.MessageToMessageDecoder<I,O> (implements io.netty.channel.ChannelInboundMessageHandler<I>)
- io.netty.handler.codec.http.ClientCookieEncoder
- io.netty.handler.codec.http.CookieDecoder
- io.netty.handler.codec.http.DefaultCookie (implements io.netty.handler.codec.http.Cookie)
- io.netty.handler.codec.http.DefaultHttpChunk (implements io.netty.handler.codec.http.HttpChunk)
- io.netty.handler.codec.http.DefaultHttpChunkTrailer (implements io.netty.handler.codec.http.HttpChunkTrailer)
- io.netty.handler.codec.http.DefaultHttpMessage (implements io.netty.handler.codec.http.HttpMessage)
- io.netty.handler.codec.http.HttpConstants
- io.netty.handler.codec.http.HttpContentEncoder.Result
- io.netty.handler.codec.http.HttpHeaders
- io.netty.handler.codec.http.HttpHeaders.Names
- io.netty.handler.codec.http.HttpHeaders.Values
- io.netty.handler.codec.http.HttpMethod (implements java.lang.Comparable<T>)
- io.netty.handler.codec.http.HttpResponseStatus (implements java.lang.Comparable<T>)
- io.netty.handler.codec.http.HttpVersion (implements java.lang.Comparable<T>)
- io.netty.handler.codec.http.QueryStringDecoder
- io.netty.handler.codec.http.QueryStringEncoder
- io.netty.handler.codec.http.ServerCookieEncoder
Interface Hierarchy
Enum Hierarchy
Copyright © 2008-2012 The Netty Project. All Rights Reserved.