All Classes
-
All Classes Interface Summary Class Summary Class Description ClassResolver please useClassResolversas instance factoryClassResolvers CompatibleObjectEncoder An encoder which serializes a Java object into aBuffer(interoperability version).ContextBoundUnmarshallerProvider UnmarshallerProviderwhich store a reference to theUnmarshallerin theChannelvia theAttributeMap.attr(AttributeKey)method.DefaultMarshallerProvider Default implementation ofMarshallerProviderwhich just create a newMarshalleron everDefaultMarshallerProvider.getMarshaller(ChannelHandlerContext)call.DefaultUnmarshallerProvider Default implementation ofUnmarshallerProviderwhich will just create a newUnmarshalleron every call toDefaultUnmarshallerProvider.getUnmarshaller(ChannelHandlerContext)JsonObjectDecoder Splits a byte stream of JSON objects and arrays into individual objects/arrays and passes them up theChannelPipeline.MarshallerProvider This provider is responsible to get aMarshallerfor the givenChannelHandlerContext.MarshallingDecoder Decoder which MUST be used withMarshallingEncoder.MarshallingEncoder MessageToByteEncoderimplementation which uses JBoss Marshalling to marshal an Object.ObjectDecoder A decoder which deserializes the receivedBuffers into Java objects.ObjectDecoderInputStream ObjectEncoder An encoder which serializes a Java object into aBuffer.ObjectEncoderOutputStream ProtobufDecoder ProtobufDecoderNano ProtobufEncoder ProtobufEncoderNano ProtobufVarint32FrameDecoder A decoder that splits the receivedBuffers dynamically by the value of the Google Protocol Buffers Base 128 Varints integer length field in the message.ProtobufVarint32LengthFieldPrepender An encoder that prepends the Google Protocol Buffers Base 128 Varints integer length field.ThreadLocalMarshallerProvider UnmarshallerProviderimplementation which use aThreadLocalto store references toMarshallerinstances.ThreadLocalUnmarshallerProvider UnmarshallerProviderimplementation which use aThreadLocalto store references toUnmarshallerinstances.UnmarshallerProvider This provider is responsible to get anUnmarshallerfor aChannelHandlerContextXmlFrameDecoder A frame decoder for single separate XML based message streams.