D E I P 
All Classes All Packages

D

decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.protobuf.ProtobufDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.protobuf.ProtobufDecoderNano
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.protobuf.ProtobufVarint32FrameDecoder
 

E

encode(ChannelHandlerContext, MessageLiteOrBuilder, List<Object>) - Method in class io.netty.handler.codec.protobuf.ProtobufEncoder
 
encode(ChannelHandlerContext, MessageNano, List<Object>) - Method in class io.netty.handler.codec.protobuf.ProtobufEncoderNano
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class io.netty.handler.codec.protobuf.ProtobufVarint32LengthFieldPrepender
 

I

io.netty.handler.codec.protobuf - package io.netty.handler.codec.protobuf
Encoder and decoder which transform a Google Protocol Buffers Message and MessageNano into a ByteBuf and vice versa.

P

ProtobufDecoder - Class in io.netty.handler.codec.protobuf
Decodes a received ByteBuf into a Google Protocol Buffers Message and MessageLite.
ProtobufDecoder(MessageLite) - Constructor for class io.netty.handler.codec.protobuf.ProtobufDecoder
Creates a new instance.
ProtobufDecoder(MessageLite, ExtensionRegistry) - Constructor for class io.netty.handler.codec.protobuf.ProtobufDecoder
 
ProtobufDecoder(MessageLite, ExtensionRegistryLite) - Constructor for class io.netty.handler.codec.protobuf.ProtobufDecoder
 
ProtobufDecoderNano - Class in io.netty.handler.codec.protobuf
Decodes a received ByteBuf into a Google Protocol Buffers MessageNano.
ProtobufDecoderNano(Class<? extends MessageNano>) - Constructor for class io.netty.handler.codec.protobuf.ProtobufDecoderNano
Creates a new instance.
ProtobufEncoder - Class in io.netty.handler.codec.protobuf
Encodes the requested Google Protocol Buffers Message and MessageLite into a ByteBuf.
ProtobufEncoder() - Constructor for class io.netty.handler.codec.protobuf.ProtobufEncoder
 
ProtobufEncoderNano - Class in io.netty.handler.codec.protobuf
Encodes the requested Google Protocol Buffers MessageNano into a ByteBuf.
ProtobufEncoderNano() - Constructor for class io.netty.handler.codec.protobuf.ProtobufEncoderNano
 
ProtobufVarint32FrameDecoder - Class in io.netty.handler.codec.protobuf
A decoder that splits the received ByteBufs dynamically by the value of the Google Protocol Buffers Base 128 Varints integer length field in the message.
ProtobufVarint32FrameDecoder() - Constructor for class io.netty.handler.codec.protobuf.ProtobufVarint32FrameDecoder
 
ProtobufVarint32LengthFieldPrepender - Class in io.netty.handler.codec.protobuf
An encoder that prepends the Google Protocol Buffers Base 128 Varints integer length field.
ProtobufVarint32LengthFieldPrepender() - Constructor for class io.netty.handler.codec.protobuf.ProtobufVarint32LengthFieldPrepender
 
D E I P 
All Classes All Packages