C D E G I M P T U
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- CompatibleMarshallingDecoder - Class in io.netty.handler.codec.marshalling
-
ReplayingDecoderwhich use anUnmarshallerto read the Object out of theByteBuf. - 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
-
MessageToByteEncoderimplementation 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 - ContextBoundUnmarshallerProvider - Class in io.netty.handler.codec.marshalling
-
UnmarshallerProviderwhich store a reference to theUnmarshallerin theChannelHandlerContextvia theChannelHandlerContext.attr(AttributeKey)method. - ContextBoundUnmarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class io.netty.handler.codec.marshalling.ContextBoundUnmarshallerProvider
D
- decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.marshalling.MarshallingDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
- decodeLast(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
- DefaultMarshallerProvider - Class in io.netty.handler.codec.marshalling
-
Default implementation of
MarshallerProviderwhich just create a newMarshalleron everDefaultMarshallerProvider.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
UnmarshallerProviderwhich will just create a newUnmarshalleron every call toDefaultUnmarshallerProvider.getUnmarshaller(ChannelHandlerContext) - DefaultUnmarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class io.netty.handler.codec.marshalling.DefaultUnmarshallerProvider
-
Create a new instance of
DefaultMarshallerProvider
E
- 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
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
- extractFrame(ChannelHandlerContext, ByteBuf, int, int) - Method in class io.netty.handler.codec.marshalling.MarshallingDecoder
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
Marshallerfor the givenChannelHandlerContext - 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
Unmarshallerfor the givenChannelHandlerContext
I
- io.netty.handler.codec.marshalling - package io.netty.handler.codec.marshalling
-
Decoder and Encoder which uses JBoss Marshalling.
M
- MarshallerProvider - Interface in io.netty.handler.codec.marshalling
-
This provider is responsible to get a
Marshallerfor the givenChannelHandlerContext. - 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
1048576bytes. - 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
-
MessageToByteEncoderimplementation 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
P
- provider - Variable in class io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
T
- ThreadLocalMarshallerProvider - Class in io.netty.handler.codec.marshalling
-
UnmarshallerProviderimplementation which use aThreadLocalto store references toMarshallerinstances. - 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
-
UnmarshallerProviderimplementation which use aThreadLocalto store references toUnmarshallerinstances. - ThreadLocalUnmarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class io.netty.handler.codec.marshalling.ThreadLocalUnmarshallerProvider
-
Create a new instance of the
ThreadLocalUnmarshallerProvider
U
- UnmarshallerProvider - Interface in io.netty.handler.codec.marshalling
-
This provider is responsible to get an
Unmarshallerfor aChannelHandlerContext
All Classes All Packages