D E I P
All Classes All Packages
All Classes All Packages
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
MessageandMessageNanointo aByteBufand vice versa.
P
- ProtobufDecoder - Class in io.netty.handler.codec.protobuf
- 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
- 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
- ProtobufEncoder() - Constructor for class io.netty.handler.codec.protobuf.ProtobufEncoder
- ProtobufEncoderNano - Class in io.netty.handler.codec.protobuf
- 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
All Classes All Packages