Class Hierarchy
- java.lang.Object
- io.netty.channel.ChannelHandlerAdapter (implements io.netty.channel.ChannelHandler)
- io.netty.channel.ChannelOperationHandlerAdapter (implements io.netty.channel.ChannelOperationHandler)
- io.netty.channel.ChannelOutboundMessageHandlerAdapter<I> (implements io.netty.channel.ChannelHandlerUtil.SingleOutboundMessageHandler<T>, io.netty.channel.ChannelOutboundMessageHandler<I>)
- io.netty.handler.codec.MessageToByteEncoder<I>
- io.netty.channel.ChannelStateHandlerAdapter (implements io.netty.channel.ChannelStateHandler)
- io.netty.channel.ChannelDuplexHandler (implements io.netty.channel.ChannelOperationHandler)
- io.netty.channel.CombinedChannelDuplexHandler
- io.netty.handler.codec.http.HttpClientCodec (implements io.netty.channel.ChannelInboundByteHandler, io.netty.channel.ChannelOutboundMessageHandler<I>)
- io.netty.handler.codec.http.HttpServerCodec (implements io.netty.channel.ChannelInboundByteHandler, io.netty.channel.ChannelOutboundMessageHandler<I>)
- io.netty.handler.codec.MessageToMessageCodec<INBOUND_IN,OUTBOUND_IN> (implements io.netty.channel.ChannelInboundMessageHandler<I>, io.netty.channel.ChannelOutboundMessageHandler<I>)
- io.netty.channel.ChannelInboundByteHandlerAdapter (implements io.netty.channel.ChannelInboundByteHandler)
- io.netty.handler.codec.ByteToMessageDecoder
- io.netty.handler.codec.ReplayingDecoder<S>
- io.netty.channel.ChannelInboundMessageHandlerAdapter<I> (implements io.netty.channel.ChannelHandlerUtil.SingleInboundMessageHandler<T>, io.netty.channel.ChannelInboundMessageHandler<I>)
- io.netty.handler.codec.MessageToMessageDecoder<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.buffer.ReferenceCounted
- io.netty.buffer.ByteBufHolder
Copyright © 2008-2013 The Netty Project. All Rights Reserved.