JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Hierarchy For All Packages
Package Hierarchies:
io.netty.handler.codec
,
io.netty.handler.codec.base64
,
io.netty.handler.codec.bytes
,
io.netty.handler.codec.compression
,
io.netty.handler.codec.marshalling
,
io.netty.handler.codec.protobuf
,
io.netty.handler.codec.serialization
,
io.netty.handler.codec.string
Class Hierarchy
java.lang.
Object
io.netty.handler.codec.base64.
Base64
io.netty.channel.
ChannelOperationHandlerAdapter
(implements io.netty.channel.
ChannelOperationHandler
)
io.netty.channel.
ChannelOutboundHandlerAdapter
(implements io.netty.channel.
ChannelOutboundHandler
)
io.netty.channel.
ChannelOutboundByteHandlerAdapter
(implements io.netty.channel.
ChannelOutboundByteHandler
)
io.netty.handler.codec.
ByteToByteEncoder
io.netty.handler.codec.compression.
ZlibEncoder
io.netty.handler.codec.compression.
JdkZlibEncoder
io.netty.handler.codec.compression.
JZlibEncoder
io.netty.channel.
ChannelOutboundMessageHandlerAdapter
<I> (implements io.netty.channel.
ChannelOutboundMessageHandler
<I>)
io.netty.handler.codec.
MessageToByteEncoder
<I>
io.netty.handler.codec.marshalling.
CompatibleMarshallingEncoder
io.netty.handler.codec.serialization.
CompatibleObjectEncoder
io.netty.handler.codec.
LengthFieldPrepender
io.netty.handler.codec.marshalling.
MarshallingEncoder
io.netty.handler.codec.serialization.
ObjectEncoder
io.netty.handler.codec.protobuf.
ProtobufVarint32LengthFieldPrepender
io.netty.handler.codec.
MessageToMessageEncoder
<I,O>
io.netty.handler.codec.base64.
Base64Encoder
io.netty.handler.codec.bytes.
ByteArrayEncoder
io.netty.handler.codec.protobuf.
ProtobufEncoder
io.netty.handler.codec.string.
StringEncoder
io.netty.channel.
ChannelStateHandlerAdapter
(implements io.netty.channel.
ChannelStateHandler
)
io.netty.channel.
ChannelHandlerAdapter
(implements io.netty.channel.
ChannelOperationHandler
)
io.netty.handler.codec.
ByteToByteCodec
(implements io.netty.channel.
ChannelInboundByteHandler
, io.netty.channel.
ChannelOutboundByteHandler
)
io.netty.handler.codec.
ByteToMessageCodec
<INBOUND_OUT,OUTBOUND_IN> (implements io.netty.channel.
ChannelInboundByteHandler
, io.netty.channel.
ChannelOutboundMessageHandler
<I>)
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.
DelimiterBasedFrameDecoder
io.netty.handler.codec.
FixedLengthFrameDecoder
io.netty.handler.codec.
LengthFieldBasedFrameDecoder
io.netty.handler.codec.marshalling.
MarshallingDecoder
io.netty.handler.codec.serialization.
ObjectDecoder
io.netty.handler.codec.protobuf.
ProtobufVarint32FrameDecoder
io.netty.handler.codec.
ReplayingDecoder
<O,S>
io.netty.handler.codec.marshalling.
CompatibleMarshallingDecoder
io.netty.channel.
ChannelInboundByteHandlerAdapter
(implements io.netty.channel.
ChannelInboundByteHandler
)
io.netty.handler.codec.
ByteToByteDecoder
io.netty.handler.codec.compression.
ZlibDecoder
io.netty.handler.codec.compression.
JZlibDecoder
io.netty.handler.codec.
MessageToMessageDecoder
<I,O> (implements io.netty.channel.
ChannelInboundMessageHandler
<I>)
io.netty.handler.codec.base64.
Base64Decoder
io.netty.handler.codec.bytes.
ByteArrayDecoder
io.netty.handler.codec.protobuf.
ProtobufDecoder
io.netty.handler.codec.string.
StringDecoder
io.netty.handler.codec.serialization.
ClassResolvers
io.netty.handler.codec.marshalling.
DefaultMarshallerProvider
(implements io.netty.handler.codec.marshalling.
MarshallerProvider
)
io.netty.handler.codec.marshalling.
DefaultUnmarshallerProvider
(implements io.netty.handler.codec.marshalling.
UnmarshallerProvider
)
io.netty.handler.codec.marshalling.
ContextBoundUnmarshallerProvider
io.netty.handler.codec.
Delimiters
java.io.
InputStream
(implements java.io.
Closeable
)
io.netty.handler.codec.serialization.
ObjectDecoderInputStream
(implements java.io.
ObjectInput
)
java.io.
OutputStream
(implements java.io.
Closeable
, java.io.
Flushable
)
io.netty.handler.codec.serialization.
ObjectEncoderOutputStream
(implements java.io.
ObjectOutput
)
io.netty.handler.codec.serialization.
SoftReferenceMap
<K,V>
io.netty.handler.codec.marshalling.
ThreadLocalMarshallerProvider
(implements io.netty.handler.codec.marshalling.
MarshallerProvider
)
io.netty.handler.codec.marshalling.
ThreadLocalUnmarshallerProvider
(implements io.netty.handler.codec.marshalling.
UnmarshallerProvider
)
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
java.lang.
RuntimeException
io.netty.handler.codec.
CodecException
io.netty.handler.codec.
DecoderException
io.netty.handler.codec.
CorruptedFrameException
io.netty.handler.codec.
TooLongFrameException
io.netty.handler.codec.
EncoderException
io.netty.handler.codec.
PrematureChannelClosureException
io.netty.handler.codec.
UnsupportedMessageTypeException
io.netty.handler.codec.compression.
CompressionException
java.lang.
UnsupportedOperationException
io.netty.handler.codec.
UnreplayableOperationException
io.netty.handler.codec.serialization.
WeakReferenceMap
<K,V>
io.netty.handler.codec.compression.
ZlibCodecFactory
Interface Hierarchy
io.netty.handler.codec.serialization.
ClassResolver
io.netty.handler.codec.marshalling.
MarshallerProvider
io.netty.handler.codec.marshalling.
UnmarshallerProvider
Enum Hierarchy
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
io.netty.handler.codec.base64.
Base64Dialect
io.netty.handler.codec.compression.
ZlibWrapper
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2008-2012
The Netty Project
. All Rights Reserved.