Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Io.netty.handler.codec.marshalling Classes and Interfaces - 11 results found.
NameDescriptionTypePackageFramework
CompatibleMarshallingDecoderReplayingDecoder which use an Unmarshaller to read the Object out of the ByteBuf.Classio.netty.handler.codec.marshallingNetty
CompatibleMarshallingEncoderMessageToByteEncoder implementation which uses JBoss Marshalling to marshalSee JBoss Marshalling websiteClassio.netty.handler.codec.marshallingNetty
ContextBoundUnmarshallerProviderUnmarshallerProvider which store a reference to the Unmarshaller in theChannelHandlerContext via the AttributeMap.Classio.netty.handler.codec.marshallingNetty
DefaultMarshallerProviderDefault implementation of MarshallerProvider which just create a new Marshalleron ever getMarshaller(ChannelHandlerContext) call.Classio.netty.handler.codec.marshallingNetty
DefaultUnmarshallerProviderDefault implementation of UnmarshallerProvider which will just create a new Unmarshalleron every call to getUnmarshaller(ChannelHandlerContext)Classio.netty.handler.codec.marshallingNetty
MarshallerProviderThis provider is responsible to get a Marshaller for the given ChannelHandlerContext.Interfaceio.netty.handler.codec.marshallingNetty
MarshallingDecoderDecoder which MUST be used with MarshallingEncoder.Classio.netty.handler.codec.marshallingNetty
MarshallingEncoderMessageToByteEncoder implementation which uses JBoss Marshalling to marshalan Object.Classio.netty.handler.codec.marshallingNetty
ThreadLocalMarshallerProviderUnmarshallerProvider implementation which use a ThreadLocal to store referencesto Marshaller instances.Classio.netty.handler.codec.marshallingNetty
ThreadLocalUnmarshallerProviderUnmarshallerProvider implementation which use a ThreadLocal to store referencesto Unmarshaller instances.Classio.netty.handler.codec.marshallingNetty
UnmarshallerProviderInterfaceio.netty.handler.codec.marshallingNetty