A B C D E F G I J L M N O P R S T U V W Z 

A

actualReadableBytes() - Method in class io.netty.handler.codec.ReplayingDecoder
Returns the actual number of readable bytes in the internal cumulative buffer of this decoder.
available() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 

B

Base64 - Class in io.netty.handler.codec.base64
Utility class for ByteBuf that encodes and decodes to and from Base64 notation.
Base64Decoder - Class in io.netty.handler.codec.base64
Decodes a Base64-encoded ByteBuf or US-ASCII String into a ByteBuf.
Base64Decoder() - Constructor for class io.netty.handler.codec.base64.Base64Decoder
 
Base64Decoder(Base64Dialect) - Constructor for class io.netty.handler.codec.base64.Base64Decoder
 
Base64Dialect - Enum in io.netty.handler.codec.base64
Enumeration of supported Base64 dialects.
Base64Encoder - Class in io.netty.handler.codec.base64
Encodes a ByteBuf into a Base64-encoded ByteBuf.
Base64Encoder() - Constructor for class io.netty.handler.codec.base64.Base64Encoder
 
Base64Encoder(boolean) - Constructor for class io.netty.handler.codec.base64.Base64Encoder
 
Base64Encoder(boolean, Base64Dialect) - Constructor for class io.netty.handler.codec.base64.Base64Encoder
 
beforeAdd(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageDecoder
 
beforeAdd(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
 
beforeAdd(ChannelHandlerContext) - Method in class io.netty.handler.codec.compression.JZlibEncoder
 
ByteArrayDecoder - Class in io.netty.handler.codec.bytes
Decodes a received ByteBuf into an array of bytes.
ByteArrayDecoder() - Constructor for class io.netty.handler.codec.bytes.ByteArrayDecoder
 
ByteArrayEncoder - Class in io.netty.handler.codec.bytes
Encodes the requested array of bytes into a ByteBuf.
ByteArrayEncoder() - Constructor for class io.netty.handler.codec.bytes.ByteArrayEncoder
 
ByteToByteCodec - Class in io.netty.handler.codec
 
ByteToByteCodec() - Constructor for class io.netty.handler.codec.ByteToByteCodec
 
ByteToByteDecoder - Class in io.netty.handler.codec
 
ByteToByteDecoder() - Constructor for class io.netty.handler.codec.ByteToByteDecoder
 
ByteToByteEncoder - Class in io.netty.handler.codec
 
ByteToByteEncoder() - Constructor for class io.netty.handler.codec.ByteToByteEncoder
 
ByteToMessageCodec<INBOUND_OUT,OUTBOUND_IN> - Class in io.netty.handler.codec
 
ByteToMessageCodec() - Constructor for class io.netty.handler.codec.ByteToMessageCodec
 
ByteToMessageDecoder<O> - Class in io.netty.handler.codec
 
ByteToMessageDecoder() - Constructor for class io.netty.handler.codec.ByteToMessageDecoder
 

C

cacheDisabled(ClassLoader) - Static method in class io.netty.handler.codec.serialization.ClassResolvers
cache disabled
callDecode(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageDecoder
 
callDecode(ChannelHandlerContext) - Method in class io.netty.handler.codec.ReplayingDecoder
 
channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToByteDecoder
 
channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageDecoder
 
channelInactive(ChannelHandlerContext) - Method in class io.netty.handler.codec.ReplayingDecoder
 
checkpoint() - Method in class io.netty.handler.codec.ReplayingDecoder
Stores the internal cumulative buffer's reader position.
checkpoint(S) - Method in class io.netty.handler.codec.ReplayingDecoder
Stores the internal cumulative buffer's reader position and updates the current decoder state.
ClassResolver - Interface in io.netty.handler.codec.serialization
please use ClassResolvers as instance factory
ClassResolvers - Class in io.netty.handler.codec.serialization
 
close() - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
 
close(ChannelFuture) - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
 
close(ChannelHandlerContext, ChannelFuture) - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
 
close() - Method in class io.netty.handler.codec.compression.JZlibEncoder
 
close(ChannelFuture) - Method in class io.netty.handler.codec.compression.JZlibEncoder
 
close(ChannelHandlerContext, ChannelFuture) - Method in class io.netty.handler.codec.compression.JZlibEncoder
 
close() - Method in class io.netty.handler.codec.compression.ZlibEncoder
 
close(ChannelFuture) - Method in class io.netty.handler.codec.compression.ZlibEncoder
 
close() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
close() - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
CodecException - Exception in io.netty.handler.codec
An Exception which is thrown by a codec.
CodecException() - Constructor for exception io.netty.handler.codec.CodecException
Creates a new instance.
CodecException(String, Throwable) - Constructor for exception io.netty.handler.codec.CodecException
Creates a new instance.
CodecException(String) - Constructor for exception io.netty.handler.codec.CodecException
Creates a new instance.
CodecException(Throwable) - Constructor for exception io.netty.handler.codec.CodecException
Creates a new instance.
CompatibleMarshallingDecoder - Class in io.netty.handler.codec.marshalling
ReplayingDecoder which use an Unmarshaller to read the Object out of the ByteBuf.
CompatibleMarshallingDecoder(UnmarshallerProvider, int) - Constructor for class io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
Create a new instance of CompatibleMarshallingDecoder.
CompatibleMarshallingEncoder - Class in io.netty.handler.codec.marshalling
MessageToByteEncoder implementation which uses JBoss Marshalling to marshal an Object.
CompatibleMarshallingEncoder(MarshallerProvider) - Constructor for class io.netty.handler.codec.marshalling.CompatibleMarshallingEncoder
Create a new instance of the CompatibleMarshallingEncoder
CompatibleObjectEncoder - Class in io.netty.handler.codec.serialization
An encoder which serializes a Java object into a ByteBuf (interoperability version).
CompatibleObjectEncoder() - Constructor for class io.netty.handler.codec.serialization.CompatibleObjectEncoder
Creates a new instance with the reset interval of 16.
CompatibleObjectEncoder(int) - Constructor for class io.netty.handler.codec.serialization.CompatibleObjectEncoder
Creates a new instance.
CompressionException - Exception in io.netty.handler.codec.compression
An IOException that is raised when compression or decompression failed.
CompressionException() - Constructor for exception io.netty.handler.codec.compression.CompressionException
Creates a new instance.
CompressionException(String, Throwable) - Constructor for exception io.netty.handler.codec.compression.CompressionException
Creates a new instance.
CompressionException(String) - Constructor for exception io.netty.handler.codec.compression.CompressionException
Creates a new instance.
CompressionException(Throwable) - Constructor for exception io.netty.handler.codec.compression.CompressionException
Creates a new instance.
ContextBoundUnmarshallerProvider - Class in io.netty.handler.codec.marshalling
UnmarshallerProvider which store a reference to the Unmarshaller in the ChannelHandlerContext via the AttributeMap.attr(AttributeKey) method.
ContextBoundUnmarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class io.netty.handler.codec.marshalling.ContextBoundUnmarshallerProvider
 
CorruptedFrameException - Exception in io.netty.handler.codec
An Exception which is thrown when the received frame data could not be decoded by an inbound handler.
CorruptedFrameException() - Constructor for exception io.netty.handler.codec.CorruptedFrameException
Creates a new instance.
CorruptedFrameException(String, Throwable) - Constructor for exception io.netty.handler.codec.CorruptedFrameException
Creates a new instance.
CorruptedFrameException(String) - Constructor for exception io.netty.handler.codec.CorruptedFrameException
Creates a new instance.
CorruptedFrameException(Throwable) - Constructor for exception io.netty.handler.codec.CorruptedFrameException
Creates a new instance.

D

decode(ByteBuf) - Static method in class io.netty.handler.codec.base64.Base64
 
decode(ByteBuf, Base64Dialect) - Static method in class io.netty.handler.codec.base64.Base64
 
decode(ByteBuf, int, int) - Static method in class io.netty.handler.codec.base64.Base64
 
decode(ByteBuf, int, int, Base64Dialect) - Static method in class io.netty.handler.codec.base64.Base64
 
decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.base64.Base64Decoder
 
decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.bytes.ByteArrayDecoder
 
decode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.ByteToByteCodec
 
decode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.ByteToByteDecoder
 
decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.ByteToMessageCodec
 
decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.ByteToMessageDecoder
 
decode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.JZlibDecoder
 
decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.DelimiterBasedFrameDecoder
 
decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.FixedLengthFrameDecoder
 
decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.LengthFieldBasedFrameDecoder
 
decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
 
decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.marshalling.MarshallingDecoder
 
decode(ChannelHandlerContext, INBOUND_IN) - Method in class io.netty.handler.codec.MessageToMessageCodec
 
decode(ChannelHandlerContext, I) - Method in class io.netty.handler.codec.MessageToMessageDecoder
 
decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.protobuf.ProtobufDecoder
 
decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.protobuf.ProtobufVarint32FrameDecoder
 
decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.serialization.ObjectDecoder
 
decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.string.StringDecoder
 
decodeLast(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.ByteToByteDecoder
 
decodeLast(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.ByteToMessageDecoder
 
decodeLast(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
 
DecoderException - Exception in io.netty.handler.codec
An Exception which is thrown by an encoder.
DecoderException() - Constructor for exception io.netty.handler.codec.DecoderException
Creates a new instance.
DecoderException(String, Throwable) - Constructor for exception io.netty.handler.codec.DecoderException
Creates a new instance.
DecoderException(String) - Constructor for exception io.netty.handler.codec.DecoderException
Creates a new instance.
DecoderException(Throwable) - Constructor for exception io.netty.handler.codec.DecoderException
Creates a new instance.
DefaultMarshallerProvider - Class in io.netty.handler.codec.marshalling
Default implementation of MarshallerProvider which just create a new Marshaller on ever DefaultMarshallerProvider.getMarshaller(ChannelHandlerContext) call.
DefaultMarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class io.netty.handler.codec.marshalling.DefaultMarshallerProvider
Create a new instance
DefaultUnmarshallerProvider - Class in io.netty.handler.codec.marshalling
Default implementation of UnmarshallerProvider which will just create a new Unmarshaller on every call to DefaultUnmarshallerProvider.getUnmarshaller(ChannelHandlerContext)
DefaultUnmarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class io.netty.handler.codec.marshalling.DefaultUnmarshallerProvider
Create a new instance of DefaultMarshallerProvider
DelimiterBasedFrameDecoder - Class in io.netty.handler.codec
A decoder that splits the received ByteBufs by one or more delimiters.
DelimiterBasedFrameDecoder(int, ByteBuf) - Constructor for class io.netty.handler.codec.DelimiterBasedFrameDecoder
Creates a new instance.
DelimiterBasedFrameDecoder(int, boolean, ByteBuf) - Constructor for class io.netty.handler.codec.DelimiterBasedFrameDecoder
Creates a new instance.
DelimiterBasedFrameDecoder(int, boolean, boolean, ByteBuf) - Constructor for class io.netty.handler.codec.DelimiterBasedFrameDecoder
Creates a new instance.
DelimiterBasedFrameDecoder(int, ByteBuf...) - Constructor for class io.netty.handler.codec.DelimiterBasedFrameDecoder
Creates a new instance.
DelimiterBasedFrameDecoder(int, boolean, ByteBuf...) - Constructor for class io.netty.handler.codec.DelimiterBasedFrameDecoder
Creates a new instance.
DelimiterBasedFrameDecoder(int, boolean, boolean, ByteBuf...) - Constructor for class io.netty.handler.codec.DelimiterBasedFrameDecoder
Creates a new instance.
Delimiters - Class in io.netty.handler.codec
A set of commonly used delimiters for DelimiterBasedFrameDecoder.

E

encode(ByteBuf) - Static method in class io.netty.handler.codec.base64.Base64
 
encode(ByteBuf, Base64Dialect) - Static method in class io.netty.handler.codec.base64.Base64
 
encode(ByteBuf, boolean) - Static method in class io.netty.handler.codec.base64.Base64
 
encode(ByteBuf, boolean, Base64Dialect) - Static method in class io.netty.handler.codec.base64.Base64
 
encode(ByteBuf, int, int) - Static method in class io.netty.handler.codec.base64.Base64
 
encode(ByteBuf, int, int, Base64Dialect) - Static method in class io.netty.handler.codec.base64.Base64
 
encode(ByteBuf, int, int, boolean) - Static method in class io.netty.handler.codec.base64.Base64
 
encode(ByteBuf, int, int, boolean, Base64Dialect) - Static method in class io.netty.handler.codec.base64.Base64
 
encode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.base64.Base64Encoder
 
encode(ChannelHandlerContext, byte[]) - Method in class io.netty.handler.codec.bytes.ByteArrayEncoder
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.ByteToByteCodec
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.ByteToByteEncoder
 
encode(ChannelHandlerContext, OUTBOUND_IN, ByteBuf) - Method in class io.netty.handler.codec.ByteToMessageCodec
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.compression.JZlibEncoder
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.LengthFieldPrepender
 
encode(ChannelHandlerContext, Object, ByteBuf) - Method in class io.netty.handler.codec.marshalling.CompatibleMarshallingEncoder
 
encode(ChannelHandlerContext, Object, ByteBuf) - Method in class io.netty.handler.codec.marshalling.MarshallingEncoder
 
encode(ChannelHandlerContext, I, ByteBuf) - Method in class io.netty.handler.codec.MessageToByteEncoder
 
encode(ChannelHandlerContext, OUTBOUND_IN) - Method in class io.netty.handler.codec.MessageToMessageCodec
 
encode(ChannelHandlerContext, I) - Method in class io.netty.handler.codec.MessageToMessageEncoder
 
encode(ChannelHandlerContext, Object) - Method in class io.netty.handler.codec.protobuf.ProtobufEncoder
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.protobuf.ProtobufVarint32LengthFieldPrepender
 
encode(ChannelHandlerContext, Object, ByteBuf) - Method in class io.netty.handler.codec.serialization.CompatibleObjectEncoder
 
encode(ChannelHandlerContext, Object, ByteBuf) - Method in class io.netty.handler.codec.serialization.ObjectEncoder
 
encode(ChannelHandlerContext, String) - Method in class io.netty.handler.codec.string.StringEncoder
 
EncoderException - Exception in io.netty.handler.codec
An Exception which is thrown by an encoder.
EncoderException() - Constructor for exception io.netty.handler.codec.EncoderException
Creates a new instance.
EncoderException(String, Throwable) - Constructor for exception io.netty.handler.codec.EncoderException
Creates a new instance.
EncoderException(String) - Constructor for exception io.netty.handler.codec.EncoderException
Creates a new instance.
EncoderException(Throwable) - Constructor for exception io.netty.handler.codec.EncoderException
Creates a new instance.
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
 
extractFrame(ByteBuf, int, int) - Method in class io.netty.handler.codec.LengthFieldBasedFrameDecoder
Extract the sub-region of the specified buffer.
extractFrame(ByteBuf, int, int) - Method in class io.netty.handler.codec.marshalling.MarshallingDecoder
 
extractFrame(ByteBuf, int, int) - Method in class io.netty.handler.codec.serialization.ObjectDecoder
 

F

FixedLengthFrameDecoder - Class in io.netty.handler.codec
A decoder that splits the received ByteBufs by the fixed number of bytes.
FixedLengthFrameDecoder(int) - Constructor for class io.netty.handler.codec.FixedLengthFrameDecoder
FixedLengthFrameDecoder(int, boolean) - Constructor for class io.netty.handler.codec.FixedLengthFrameDecoder
Creates a new instance.
flush(ChannelHandlerContext, ChannelFuture) - Method in class io.netty.handler.codec.ByteToByteCodec
 
flush(ChannelHandlerContext, ChannelFuture) - Method in class io.netty.handler.codec.ByteToByteEncoder
 
flush(ChannelHandlerContext, ChannelFuture) - Method in class io.netty.handler.codec.ByteToMessageCodec
 
flush(ChannelHandlerContext, ChannelFuture) - Method in class io.netty.handler.codec.MessageToByteEncoder
 
flush(ChannelHandlerContext, ChannelFuture) - Method in class io.netty.handler.codec.MessageToMessageCodec
 
flush(ChannelHandlerContext, ChannelFuture) - Method in class io.netty.handler.codec.MessageToMessageEncoder
 
flush() - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 

G

getMarshaller(ChannelHandlerContext) - Method in class io.netty.handler.codec.marshalling.DefaultMarshallerProvider
 
getMarshaller(ChannelHandlerContext) - Method in interface io.netty.handler.codec.marshalling.MarshallerProvider
Get a Marshaller for the given ChannelHandlerContext
getMarshaller(ChannelHandlerContext) - Method in class io.netty.handler.codec.marshalling.ThreadLocalMarshallerProvider
 
getUnmarshaller(ChannelHandlerContext) - Method in class io.netty.handler.codec.marshalling.ContextBoundUnmarshallerProvider
 
getUnmarshaller(ChannelHandlerContext) - Method in class io.netty.handler.codec.marshalling.DefaultUnmarshallerProvider
 
getUnmarshaller(ChannelHandlerContext) - Method in class io.netty.handler.codec.marshalling.ThreadLocalUnmarshallerProvider
 
getUnmarshaller(ChannelHandlerContext) - Method in interface io.netty.handler.codec.marshalling.UnmarshallerProvider
Get the Unmarshaller for the given ChannelHandlerContext

I

inboundBufferUpdated(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToByteCodec
 
inboundBufferUpdated(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.ByteToByteDecoder
 
inboundBufferUpdated(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageCodec
 
inboundBufferUpdated(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageDecoder
 
inboundBufferUpdated(ChannelHandlerContext) - Method in class io.netty.handler.codec.MessageToMessageCodec
 
inboundBufferUpdated(ChannelHandlerContext) - Method in class io.netty.handler.codec.MessageToMessageDecoder
 
internalBuffer() - Method in class io.netty.handler.codec.ReplayingDecoder
Returns the internal cumulative buffer of this decoder.
io.netty.handler.codec - package io.netty.handler.codec
Extensible decoder and its common implementations which deal with the packet fragmentation and reassembly issue found in a stream-based transport such as TCP/IP.
io.netty.handler.codec.base64 - package io.netty.handler.codec.base64
Encoder and decoder which transform a Base64-encoded String or ByteBuf into a decoded ByteBuf and vice versa.
io.netty.handler.codec.bytes - package io.netty.handler.codec.bytes
Encoder and decoder which transform an array of bytes into a ByteBuf and vice versa.
io.netty.handler.codec.compression - package io.netty.handler.codec.compression
Encoder and decoder which compresses and decompresses ByteBufs in a compression format such as zlib and gzip.
io.netty.handler.codec.marshalling - package io.netty.handler.codec.marshalling
Decoder and Encoder which uses JBoss Marshalling.
io.netty.handler.codec.protobuf - package io.netty.handler.codec.protobuf
Encoder and decoder which transform a Google Protocol Buffers Message into a ByteBuf and vice versa.
io.netty.handler.codec.serialization - package io.netty.handler.codec.serialization
Encoder, decoder and their compatibility stream implementations which transform a Serializable object into a byte buffer and vice versa.
io.netty.handler.codec.string - package io.netty.handler.codec.string
Encoder and decoder which transform a String into a ByteBuf and vice versa.
isClosed() - Method in class io.netty.handler.codec.compression.JdkZlibEncoder
 
isClosed() - Method in class io.netty.handler.codec.compression.JZlibDecoder
Returns true if and only if the end of the compressed stream has been reached.
isClosed() - Method in class io.netty.handler.codec.compression.JZlibEncoder
 
isClosed() - Method in class io.netty.handler.codec.compression.ZlibDecoder
Returns true if and only if the end of the compressed stream has been reached.
isClosed() - Method in class io.netty.handler.codec.compression.ZlibEncoder
Returns true if and only if the end of the compressed stream has been reached.
isDecodable(Object) - Method in class io.netty.handler.codec.base64.Base64Decoder
 
isDecodable(Object) - Method in class io.netty.handler.codec.bytes.ByteArrayDecoder
 
isDecodable(Object) - Method in class io.netty.handler.codec.MessageToMessageCodec
Returns true if and only if the specified message can be decoded by this codec.
isDecodable(Object) - Method in class io.netty.handler.codec.MessageToMessageDecoder
Returns true if and only if the specified message can be decoded by this decoder.
isDecodable(Object) - Method in class io.netty.handler.codec.protobuf.ProtobufDecoder
 
isDecodable(Object) - Method in class io.netty.handler.codec.string.StringDecoder
 
isEncodable(Object) - Method in class io.netty.handler.codec.base64.Base64Encoder
 
isEncodable(Object) - Method in class io.netty.handler.codec.bytes.ByteArrayEncoder
 
isEncodable(Object) - Method in class io.netty.handler.codec.LengthFieldPrepender
 
isEncodable(Object) - Method in class io.netty.handler.codec.MessageToByteEncoder
Returns true if and only if the specified message can be encoded by this encoder.
isEncodable(Object) - Method in class io.netty.handler.codec.MessageToMessageCodec
Returns true if and only if the specified message can be encoded by this codec.
isEncodable(Object) - Method in class io.netty.handler.codec.MessageToMessageEncoder
Returns true if and only if the specified message can be encoded by this encoder.
isEncodable(Object) - Method in class io.netty.handler.codec.protobuf.ProtobufEncoder
 
isEncodable(Object) - Method in class io.netty.handler.codec.protobuf.ProtobufVarint32LengthFieldPrepender
 
isEncodable(Object) - Method in class io.netty.handler.codec.serialization.CompatibleObjectEncoder
 
isEncodable(Object) - Method in class io.netty.handler.codec.serialization.ObjectEncoder
 
isEncodable(Object) - Method in class io.netty.handler.codec.string.StringEncoder
 

J

JdkZlibEncoder - Class in io.netty.handler.codec.compression
Compresses a ByteBuf using the deflate algorithm.
JdkZlibEncoder() - Constructor for class io.netty.handler.codec.compression.JdkZlibEncoder
Creates a new zlib encoder with the default compression level (6) and the default wrapper (ZlibWrapper.ZLIB).
JdkZlibEncoder(int) - Constructor for class io.netty.handler.codec.compression.JdkZlibEncoder
Creates a new zlib encoder with the specified compressionLevel and the default wrapper (ZlibWrapper.ZLIB).
JdkZlibEncoder(ZlibWrapper) - Constructor for class io.netty.handler.codec.compression.JdkZlibEncoder
Creates a new zlib encoder with the default compression level (6) and the specified wrapper.
JdkZlibEncoder(ZlibWrapper, int) - Constructor for class io.netty.handler.codec.compression.JdkZlibEncoder
Creates a new zlib encoder with the specified compressionLevel and the specified wrapper.
JdkZlibEncoder(byte[]) - Constructor for class io.netty.handler.codec.compression.JdkZlibEncoder
Creates a new zlib encoder with the default compression level (6) and the specified preset dictionary.
JdkZlibEncoder(int, byte[]) - Constructor for class io.netty.handler.codec.compression.JdkZlibEncoder
Creates a new zlib encoder with the specified compressionLevel and the specified preset dictionary.
JZlibDecoder - Class in io.netty.handler.codec.compression
 
JZlibDecoder() - Constructor for class io.netty.handler.codec.compression.JZlibDecoder
Creates a new instance with the default wrapper (ZlibWrapper.ZLIB).
JZlibDecoder(ZlibWrapper) - Constructor for class io.netty.handler.codec.compression.JZlibDecoder
Creates a new instance with the specified wrapper.
JZlibDecoder(byte[]) - Constructor for class io.netty.handler.codec.compression.JZlibDecoder
Creates a new instance with the specified preset dictionary.
JZlibEncoder - Class in io.netty.handler.codec.compression
Compresses a ByteBuf using the deflate algorithm.
JZlibEncoder() - Constructor for class io.netty.handler.codec.compression.JZlibEncoder
Creates a new zlib encoder with the default compression level (6), default window bits (15), default memory level (8), and the default wrapper (ZlibWrapper.ZLIB).
JZlibEncoder(int) - Constructor for class io.netty.handler.codec.compression.JZlibEncoder
Creates a new zlib encoder with the specified compressionLevel, default window bits (15), default memory level (8), and the default wrapper (ZlibWrapper.ZLIB).
JZlibEncoder(ZlibWrapper) - Constructor for class io.netty.handler.codec.compression.JZlibEncoder
Creates a new zlib encoder with the default compression level (6), default window bits (15), default memory level (8), and the specified wrapper.
JZlibEncoder(ZlibWrapper, int) - Constructor for class io.netty.handler.codec.compression.JZlibEncoder
Creates a new zlib encoder with the specified compressionLevel, default window bits (15), default memory level (8), and the specified wrapper.
JZlibEncoder(ZlibWrapper, int, int, int) - Constructor for class io.netty.handler.codec.compression.JZlibEncoder
Creates a new zlib encoder with the specified compressionLevel, the specified windowBits, the specified memLevel, and the specified wrapper.
JZlibEncoder(byte[]) - Constructor for class io.netty.handler.codec.compression.JZlibEncoder
Creates a new zlib encoder with the default compression level (6), default window bits (15), default memory level (8), and the specified preset dictionary.
JZlibEncoder(int, byte[]) - Constructor for class io.netty.handler.codec.compression.JZlibEncoder
Creates a new zlib encoder with the specified compressionLevel, default window bits (15), default memory level (8), and the specified preset dictionary.
JZlibEncoder(int, int, int, byte[]) - Constructor for class io.netty.handler.codec.compression.JZlibEncoder
Creates a new zlib encoder with the specified compressionLevel, the specified windowBits, the specified memLevel, and the specified preset dictionary.

L

LengthFieldBasedFrameDecoder - Class in io.netty.handler.codec
A decoder that splits the received ByteBufs dynamically by the value of the length field in the message.
LengthFieldBasedFrameDecoder(int, int, int) - Constructor for class io.netty.handler.codec.LengthFieldBasedFrameDecoder
Creates a new instance.
LengthFieldBasedFrameDecoder(int, int, int, int, int) - Constructor for class io.netty.handler.codec.LengthFieldBasedFrameDecoder
Creates a new instance.
LengthFieldBasedFrameDecoder(int, int, int, int, int, boolean) - Constructor for class io.netty.handler.codec.LengthFieldBasedFrameDecoder
Creates a new instance.
LengthFieldPrepender - Class in io.netty.handler.codec
An encoder that prepends the length of the message.
LengthFieldPrepender(int) - Constructor for class io.netty.handler.codec.LengthFieldPrepender
Creates a new instance.
LengthFieldPrepender(int, boolean) - Constructor for class io.netty.handler.codec.LengthFieldPrepender
Creates a new instance.
lineDelimiter() - Static method in class io.netty.handler.codec.Delimiters
Returns CR ('\r') and LF ('\n') delimiters, which could be used for text-based line protocols.

M

mark(int) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
markSupported() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
MarshallerProvider - Interface in io.netty.handler.codec.marshalling
This provider is responsible to get a Marshaller for the given ChannelHandlerContext.
MarshallingDecoder - Class in io.netty.handler.codec.marshalling
Decoder which MUST be used with MarshallingEncoder.
MarshallingDecoder(UnmarshallerProvider) - Constructor for class io.netty.handler.codec.marshalling.MarshallingDecoder
Creates a new decoder whose maximum object size is 1048576 bytes.
MarshallingDecoder(UnmarshallerProvider, int) - Constructor for class io.netty.handler.codec.marshalling.MarshallingDecoder
Creates a new decoder with the specified maximum object size.
MarshallingEncoder - Class in io.netty.handler.codec.marshalling
MessageToByteEncoder implementation which uses JBoss Marshalling to marshal an Object.
MarshallingEncoder(MarshallerProvider) - Constructor for class io.netty.handler.codec.marshalling.MarshallingEncoder
Creates a new encoder.
maxObjectSize - Variable in class io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
 
MessageToByteEncoder<I> - Class in io.netty.handler.codec
 
MessageToByteEncoder() - Constructor for class io.netty.handler.codec.MessageToByteEncoder
 
MessageToMessageCodec<INBOUND_IN,INBOUND_OUT,OUTBOUND_IN,OUTBOUND_OUT> - Class in io.netty.handler.codec
 
MessageToMessageCodec() - Constructor for class io.netty.handler.codec.MessageToMessageCodec
 
MessageToMessageDecoder<I,O> - Class in io.netty.handler.codec
 
MessageToMessageDecoder() - Constructor for class io.netty.handler.codec.MessageToMessageDecoder
 
MessageToMessageEncoder<I,O> - Class in io.netty.handler.codec
 
MessageToMessageEncoder() - Constructor for class io.netty.handler.codec.MessageToMessageEncoder
 

N

newInboundBuffer(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToByteCodec
 
newInboundBuffer(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageCodec
 
newInboundBuffer(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageDecoder
 
newInboundBuffer(ChannelHandlerContext) - Method in class io.netty.handler.codec.FixedLengthFrameDecoder
 
newInboundBuffer(ChannelHandlerContext) - Method in class io.netty.handler.codec.MessageToMessageCodec
 
newInboundBuffer(ChannelHandlerContext) - Method in class io.netty.handler.codec.MessageToMessageDecoder
 
newInboundBuffer(ChannelHandlerContext) - Method in class io.netty.handler.codec.ReplayingDecoder
 
newObjectOutputStream(OutputStream) - Method in class io.netty.handler.codec.serialization.CompatibleObjectEncoder
Creates a new ObjectOutputStream which wraps the specified OutputStream.
newOutboundBuffer(ChannelHandlerContext) - Method in class io.netty.handler.codec.bytes.ByteArrayEncoder
 
newOutboundBuffer(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToByteCodec
 
newOutboundBuffer(ChannelHandlerContext) - Method in class io.netty.handler.codec.ByteToMessageCodec
 
newOutboundBuffer(ChannelHandlerContext) - Method in class io.netty.handler.codec.MessageToMessageCodec
 
newZlibDecoder() - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
 
newZlibDecoder(ZlibWrapper) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
 
newZlibDecoder(byte[]) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
 
newZlibEncoder(int) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
 
newZlibEncoder(ZlibWrapper) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
 
newZlibEncoder(ZlibWrapper, int) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
 
newZlibEncoder(ZlibWrapper, int, int, int) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
 
newZlibEncoder(byte[]) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
 
newZlibEncoder(int, byte[]) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
 
newZlibEncoder(int, int, int, byte[]) - Static method in class io.netty.handler.codec.compression.ZlibCodecFactory
 
nulDelimiter() - Static method in class io.netty.handler.codec.Delimiters
Returns a NUL (0x00) delimiter, which could be used for Flash XML socket or any similar protocols.

O

ObjectDecoder - Class in io.netty.handler.codec.serialization
A decoder which deserializes the received ByteBufs into Java objects.
ObjectDecoder(ClassResolver) - Constructor for class io.netty.handler.codec.serialization.ObjectDecoder
Creates a new decoder whose maximum object size is 1048576 bytes.
ObjectDecoder(int, ClassResolver) - Constructor for class io.netty.handler.codec.serialization.ObjectDecoder
Creates a new decoder with the specified maximum object size.
ObjectDecoderInputStream - Class in io.netty.handler.codec.serialization
An ObjectInput which is interoperable with ObjectEncoder and ObjectEncoderOutputStream.
ObjectDecoderInputStream(InputStream) - Constructor for class io.netty.handler.codec.serialization.ObjectDecoderInputStream
Creates a new ObjectInput.
ObjectDecoderInputStream(InputStream, ClassLoader) - Constructor for class io.netty.handler.codec.serialization.ObjectDecoderInputStream
Creates a new ObjectInput.
ObjectDecoderInputStream(InputStream, int) - Constructor for class io.netty.handler.codec.serialization.ObjectDecoderInputStream
Creates a new ObjectInput.
ObjectDecoderInputStream(InputStream, ClassLoader, int) - Constructor for class io.netty.handler.codec.serialization.ObjectDecoderInputStream
Creates a new ObjectInput.
ObjectEncoder - Class in io.netty.handler.codec.serialization
An encoder which serializes a Java object into a ByteBuf.
ObjectEncoder() - Constructor for class io.netty.handler.codec.serialization.ObjectEncoder
 
ObjectEncoderOutputStream - Class in io.netty.handler.codec.serialization
An ObjectOutput which is interoperable with ObjectDecoder and ObjectDecoderInputStream.
ObjectEncoderOutputStream(OutputStream) - Constructor for class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
Creates a new ObjectOutput with the estimated length of 512 bytes.
ObjectEncoderOutputStream(OutputStream, int) - Constructor for class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
Creates a new ObjectOutput.

P

PrematureChannelClosureException - Exception in io.netty.handler.codec
A CodecException which is thrown when a Channel is closed unexpectedly before the codec finishes handling the current message, such as missing response while waiting for a request.
PrematureChannelClosureException() - Constructor for exception io.netty.handler.codec.PrematureChannelClosureException
Creates a new instance.
PrematureChannelClosureException(String, Throwable) - Constructor for exception io.netty.handler.codec.PrematureChannelClosureException
Creates a new instance.
PrematureChannelClosureException(String) - Constructor for exception io.netty.handler.codec.PrematureChannelClosureException
Creates a new instance.
PrematureChannelClosureException(Throwable) - Constructor for exception io.netty.handler.codec.PrematureChannelClosureException
Creates a new instance.
ProtobufDecoder - Class in io.netty.handler.codec.protobuf
Decodes a received ByteBuf into a Google Protocol Buffers Message and MessageLite.
ProtobufDecoder(MessageLite) - Constructor for class io.netty.handler.codec.protobuf.ProtobufDecoder
Creates a new instance.
ProtobufDecoder(MessageLite, ExtensionRegistry) - Constructor for class io.netty.handler.codec.protobuf.ProtobufDecoder
 
ProtobufEncoder - Class in io.netty.handler.codec.protobuf
Encodes the requested Google Protocol Buffers Message and MessageLite into a ByteBuf.
ProtobufEncoder() - Constructor for class io.netty.handler.codec.protobuf.ProtobufEncoder
 
ProtobufVarint32FrameDecoder - Class in io.netty.handler.codec.protobuf
A decoder that splits the received ByteBufs dynamically by the value of the Google Protocol Buffers Base 128 Varints integer length field in the message.
ProtobufVarint32FrameDecoder() - Constructor for class io.netty.handler.codec.protobuf.ProtobufVarint32FrameDecoder
Creates a new instance.
ProtobufVarint32LengthFieldPrepender - Class in io.netty.handler.codec.protobuf
An encoder that prepends the the Google Protocol Buffers Base 128 Varints integer length field.
ProtobufVarint32LengthFieldPrepender() - Constructor for class io.netty.handler.codec.protobuf.ProtobufVarint32LengthFieldPrepender
Creates a new instance.
provider - Variable in class io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
 

R

read() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
read(byte[], int, int) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
read(byte[]) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readBoolean() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readByte() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readChar() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readDouble() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readFloat() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readFully(byte[], int, int) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readFully(byte[]) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readInt() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readLine() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
Deprecated.
readLong() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readObject() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readShort() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readUnsignedByte() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readUnsignedShort() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
readUTF() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
replace(String, ChannelInboundByteHandler) - Method in class io.netty.handler.codec.ByteToMessageDecoder
Replace this decoder in the ChannelPipeline with the given handler.
ReplayingDecoder<O,S> - Class in io.netty.handler.codec
A specialized variation of ByteToMessageDecoder which enables implementation of a non-blocking decoder in the blocking I/O paradigm.
ReplayingDecoder() - Constructor for class io.netty.handler.codec.ReplayingDecoder
Creates a new instance with no initial state (i.e: null).
ReplayingDecoder(S) - Constructor for class io.netty.handler.codec.ReplayingDecoder
Creates a new instance with the specified initial state.
reset() - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
resolve(String) - Method in interface io.netty.handler.codec.serialization.ClassResolver
 

S

size() - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
skip(long) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
skipBytes(int) - Method in class io.netty.handler.codec.serialization.ObjectDecoderInputStream
 
softCachingConcurrentResolver(ClassLoader) - Static method in class io.netty.handler.codec.serialization.ClassResolvers
agressive concurrent cache good for shared cache, when we're not worried about class unloading
softCachingResolver(ClassLoader) - Static method in class io.netty.handler.codec.serialization.ClassResolvers
agressive non-concurrent cache good for non-shared cache, when we're not worried about class unloading
SoftReferenceMap<K,V> - Class in io.netty.handler.codec.serialization
 
SoftReferenceMap(Map<K, Reference<V>>) - Constructor for class io.netty.handler.codec.serialization.SoftReferenceMap
 
state() - Method in class io.netty.handler.codec.ReplayingDecoder
Returns the current state of this decoder.
state(S) - Method in class io.netty.handler.codec.ReplayingDecoder
Sets the current state of this decoder.
StringDecoder - Class in io.netty.handler.codec.string
Decodes a received ByteBuf into a String.
StringDecoder() - Constructor for class io.netty.handler.codec.string.StringDecoder
Creates a new instance with the current system character set.
StringDecoder(Charset) - Constructor for class io.netty.handler.codec.string.StringDecoder
Creates a new instance with the specified character set.
StringEncoder - Class in io.netty.handler.codec.string
Encodes the requested String into a ByteBuf.
StringEncoder() - Constructor for class io.netty.handler.codec.string.StringEncoder
Creates a new instance with the current system character set.
StringEncoder(Charset) - Constructor for class io.netty.handler.codec.string.StringEncoder
Creates a new instance with the specified character set.

T

ThreadLocalMarshallerProvider - Class in io.netty.handler.codec.marshalling
UnmarshallerProvider implementation which use a ThreadLocal to store references to Marshaller instances.
ThreadLocalMarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class io.netty.handler.codec.marshalling.ThreadLocalMarshallerProvider
Create a new instance of the ThreadLocalMarshallerProvider
ThreadLocalUnmarshallerProvider - Class in io.netty.handler.codec.marshalling
UnmarshallerProvider implementation which use a ThreadLocal to store references to Unmarshaller instances.
ThreadLocalUnmarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class io.netty.handler.codec.marshalling.ThreadLocalUnmarshallerProvider
Create a new instance of the ThreadLocalUnmarshallerProvider
TooLongFrameException - Exception in io.netty.handler.codec
An Exception which is thrown when the length of the frame decoded by DelimiterBasedFrameDecoder is greater than the maximum.
TooLongFrameException() - Constructor for exception io.netty.handler.codec.TooLongFrameException
Creates a new instance.
TooLongFrameException(String, Throwable) - Constructor for exception io.netty.handler.codec.TooLongFrameException
Creates a new instance.
TooLongFrameException(String) - Constructor for exception io.netty.handler.codec.TooLongFrameException
Creates a new instance.
TooLongFrameException(Throwable) - Constructor for exception io.netty.handler.codec.TooLongFrameException
Creates a new instance.

U

UnmarshallerProvider - Interface in io.netty.handler.codec.marshalling
This provider is responsible to get an Unmarshaller for a ChannelHandlerContext
UnreplayableOperationException - Exception in io.netty.handler.codec
An Exception which is thrown when a user calls an unsupported operation on a ByteBuf in a ReplayingDecoder implementation.
UnreplayableOperationException() - Constructor for exception io.netty.handler.codec.UnreplayableOperationException
Creates a new instance.
UnreplayableOperationException(String) - Constructor for exception io.netty.handler.codec.UnreplayableOperationException
Creates a new instance.
UnreplayableOperationException(Throwable) - Constructor for exception io.netty.handler.codec.UnreplayableOperationException
Creates a new instance.
UnreplayableOperationException(String, Throwable) - Constructor for exception io.netty.handler.codec.UnreplayableOperationException
Creates a new instance.
UnsupportedMessageTypeException - Exception in io.netty.handler.codec
 
UnsupportedMessageTypeException(Object, Class<?>...) - Constructor for exception io.netty.handler.codec.UnsupportedMessageTypeException
 
UnsupportedMessageTypeException() - Constructor for exception io.netty.handler.codec.UnsupportedMessageTypeException
 
UnsupportedMessageTypeException(String, Throwable) - Constructor for exception io.netty.handler.codec.UnsupportedMessageTypeException
 
UnsupportedMessageTypeException(String) - Constructor for exception io.netty.handler.codec.UnsupportedMessageTypeException
 
UnsupportedMessageTypeException(Throwable) - Constructor for exception io.netty.handler.codec.UnsupportedMessageTypeException
 

V

valueOf(String) - Static method in enum io.netty.handler.codec.base64.Base64Dialect
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.handler.codec.compression.ZlibWrapper
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.netty.handler.codec.base64.Base64Dialect
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.handler.codec.compression.ZlibWrapper
Returns an array containing the constants of this enum type, in the order they are declared.

W

weakCachingConcurrentResolver(ClassLoader) - Static method in class io.netty.handler.codec.serialization.ClassResolvers
non-agressive concurrent cache good for shared cache, when we're worried about class unloading
weakCachingResolver(ClassLoader) - Static method in class io.netty.handler.codec.serialization.ClassResolvers
non-agressive non-concurrent cache good for non-shared default cache
WeakReferenceMap<K,V> - Class in io.netty.handler.codec.serialization
 
WeakReferenceMap(Map<K, Reference<V>>) - Constructor for class io.netty.handler.codec.serialization.WeakReferenceMap
 
write(int) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
write(byte[], int, int) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
write(byte[]) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeBoolean(boolean) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeByte(int) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeBytes(String) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeChar(int) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeChars(String) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeDouble(double) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeFloat(float) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeInt(int) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeLong(long) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeObject(Object) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeShort(int) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 
writeUTF(String) - Method in class io.netty.handler.codec.serialization.ObjectEncoderOutputStream
 

Z

ZlibCodecFactory - Class in io.netty.handler.codec.compression
Creates a new ZlibEncoder and a new ZlibDecoder.
ZlibDecoder - Class in io.netty.handler.codec.compression
Decompresses a ByteBuf using the deflate algorithm.
ZlibDecoder() - Constructor for class io.netty.handler.codec.compression.ZlibDecoder
 
ZlibEncoder - Class in io.netty.handler.codec.compression
Compresses a ByteBuf using the deflate algorithm.
ZlibEncoder() - Constructor for class io.netty.handler.codec.compression.ZlibEncoder
 
ZlibWrapper - Enum in io.netty.handler.codec.compression
The container file formats that wrap the stream compressed by the DEFLATE algorithm.
A B C D E F G I J L M N O P R S T U V W Z 

Copyright © 2008-2012 The Netty Project. All Rights Reserved.