Uses of Interface
io.grpc.internal.MessageDeframer.Listener
Packages that use MessageDeframer.Listener
-
Uses of MessageDeframer.Listener in io.grpc.internal
Classes in io.grpc.internal that implement MessageDeframer.ListenerModifier and TypeClassDescriptionprotected static classThis should only be called from the transport thread.protected static classThis should only be called from the transport thread (except for private interactions withAbstractServerStream).static classStream state as used by the transport.classBase implementation for client streams using HTTP2 as the transport.Constructors in io.grpc.internal with parameters of type MessageDeframer.ListenerModifierConstructorDescriptionMessageDeframer(MessageDeframer.Listener listener, Decompressor decompressor, int maxMessageSize, StatsTraceContext statsTraceCtx, TransportTracer transportTracer) Create a deframer.