Class RemoteEnvelope<T extends com.google.protobuf.MessageLite>

  • All Implemented Interfaces:
    io.netty.util.ReferenceCounted, AutoCloseable

    public class RemoteEnvelope<T extends com.google.protobuf.MessageLite>
    extends Object
    implements io.netty.util.ReferenceCounted, AutoCloseable
    This class allows to read a given ByteBuf encoded protobuf message in parts with only decoding the requested parts of the given ByteBuf. If a part was request it will be translated into a Java object.