Uses of Package
io.netty.handler.codec.marshalling
-
Packages that use io.netty.handler.codec.marshalling Package Description io.netty.handler.codec.marshalling Decoder and Encoder which uses JBoss Marshalling. -
Classes in io.netty.handler.codec.marshalling used by io.netty.handler.codec.marshalling Class Description DefaultUnmarshallerProvider Default implementation ofUnmarshallerProvider
which will just create a newUnmarshaller
on every call toDefaultUnmarshallerProvider.getUnmarshaller(ChannelHandlerContext)
MarshallerProvider This provider is responsible to get aMarshaller
for the givenChannelHandlerContext
.UnmarshallerProvider This provider is responsible to get anUnmarshaller
for aChannelHandlerContext