Uses of Interface
io.grpc.internal.MessageDeframer.Listener
Packages that use MessageDeframer.Listener
Package
Description
Interfaces and implementations that are internal to gRPC.
The main transport implementation based on Netty,
for both the client and the server.
API that implements gRPC server as a servlet.
API that implements gRPC server as a servlet.
-
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.(package private) final classListener for when deframing on the application thread, which calls the real listener on the transport thread.(package private) classForwards listener callbacks to a delegate.classBase implementation for client streams using HTTP2 as the transport.(package private) static class(package private) final classA delegating Listener that throws away notifications of messagesAvailable() after the deframer has closed or failed.Fields in io.grpc.internal declared as MessageDeframer.ListenerModifier and TypeFieldDescriptionprivate MessageDeframer.ListenerMigratingThreadDeframer.MigratingDeframerListener.delegateprivate final MessageDeframer.ListenerSquelchLateMessagesAvailableDeframerListener.delegateprivate MessageDeframer.ListenerMessageDeframer.listenerprivate final MessageDeframer.ListenerApplicationThreadDeframer.storedListenerprivate final MessageDeframer.ListenerApplicationThreadDeframerListener.storedListenerprivate final MessageDeframer.ListenerMigratingThreadDeframer.transportListenerMethods in io.grpc.internal that return MessageDeframer.ListenerModifier and TypeMethodDescriptionprotected abstract MessageDeframer.ListenerForwardingDeframerListener.delegate()protected MessageDeframer.ListenerMigratingThreadDeframer.MigratingDeframerListener.delegate()protected MessageDeframer.ListenerSquelchLateMessagesAvailableDeframerListener.delegate()(package private) MessageDeframer.ListenerApplicationThreadDeframer.getAppListener()Methods in io.grpc.internal with parameters of type MessageDeframer.ListenerModifier and TypeMethodDescriptionvoidMigratingThreadDeframer.MigratingDeframerListener.setDelegate(MessageDeframer.Listener delegate) (package private) voidMessageDeframer.setListener(MessageDeframer.Listener listener) Constructors in io.grpc.internal with parameters of type MessageDeframer.ListenerModifierConstructorDescription(package private)ApplicationThreadDeframer(MessageDeframer.Listener listener, ApplicationThreadDeframer.TransportExecutor transportExecutor, MessageDeframer deframer) ApplicationThreadDeframerListener(MessageDeframer.Listener listener, ApplicationThreadDeframerListener.TransportExecutor transportExecutor) MessageDeframer(MessageDeframer.Listener listener, Decompressor decompressor, int maxMessageSize, StatsTraceContext statsTraceCtx, TransportTracer transportTracer) Create a deframer.MigratingThreadDeframer(MessageDeframer.Listener listener, ApplicationThreadDeframerListener.TransportExecutor transportExecutor, MessageDeframer deframer) -
Uses of MessageDeframer.Listener in io.grpc.netty
Classes in io.grpc.netty that implement MessageDeframer.ListenerModifier and TypeClassDescriptionstatic classThis should only be called from the transport thread.static classThis should only be called from the transport thread. -
Uses of MessageDeframer.Listener in io.grpc.servlet
Classes in io.grpc.servlet that implement MessageDeframer.ListenerModifier and TypeClassDescription(package private) final class -
Uses of MessageDeframer.Listener in io.grpc.servlet.jakarta
Classes in io.grpc.servlet.jakarta that implement MessageDeframer.ListenerModifier and TypeClassDescription(package private) final class