Skip navigation links
C D E G I M P T U 

C

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
ContextBoundUnmarshallerProvider - Class in io.netty.handler.codec.marshalling
UnmarshallerProvider which store a reference to the Unmarshaller in the ChannelHandlerContext via the ChannelHandlerContext.attr(AttributeKey) method.
ContextBoundUnmarshallerProvider(MarshallerFactory, MarshallingConfiguration) - Constructor for class io.netty.handler.codec.marshalling.ContextBoundUnmarshallerProvider
 

D

decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
 
decode(ChannelHandlerContext, ByteBuf) - Method in class io.netty.handler.codec.marshalling.MarshallingDecoder
 
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 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

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 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

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 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
 

P

provider - Variable in class io.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
 

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

U

UnmarshallerProvider - Interface in io.netty.handler.codec.marshalling
This provider is responsible to get an Unmarshaller for a ChannelHandlerContext
C D E G I M P T U 
Skip navigation links

Copyright © 2008–2025 The Netty Project. All rights reserved.