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 class
This should only be called from the transport thread.protected static class
This should only be called from the transport thread (except for private interactions withAbstractServerStream
).static class
Stream state as used by the transport.class
Base 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.