Class Hierarchy
- java.lang.Object
- io.netty.channel.ChannelHandlerAdapter (implements io.netty.channel.ChannelHandler)
- io.netty.channel.ChannelInboundHandlerAdapter (implements io.netty.channel.ChannelInboundHandler)
- io.netty.handler.codec.ByteToMessageDecoder
- io.netty.handler.codec.ReplayingDecoder<S>
- io.netty.channel.ChannelDuplexHandler (implements io.netty.channel.ChannelOutboundHandler)
- io.netty.channel.CombinedChannelDuplexHandler<I,O>
- io.netty.handler.codec.MessageToMessageCodec<INBOUND_IN,OUTBOUND_IN>
- io.netty.handler.codec.MessageToMessageDecoder<I>
- io.netty.channel.ChannelOutboundHandlerAdapter (implements io.netty.channel.ChannelOutboundHandler)
- io.netty.handler.codec.MessageToMessageEncoder<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.DefaultHttpObject (implements io.netty.handler.codec.http.HttpObject)
- io.netty.handler.codec.http.HttpConstants
- io.netty.handler.codec.http.HttpContentEncoder.Result
- io.netty.handler.codec.http.HttpHeaders (implements java.lang.Iterable<T>)
- 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
- java.lang.Comparable<T>
- io.netty.handler.codec.http.Cookie
- io.netty.handler.codec.http.HttpObject
- io.netty.handler.codec.http.HttpContent (also extends io.netty.buffer.ByteBufHolder)
- io.netty.handler.codec.http.HttpMessage
- io.netty.util.ReferenceCounted
- io.netty.buffer.ByteBufHolder
Copyright © 2008–2013 The Netty Project. All rights reserved.