Uses of Interface
io.grpc.internal.ApplicationThreadDeframerListener.TransportExecutor
-
Packages that use ApplicationThreadDeframerListener.TransportExecutor Package Description io.grpc.internal Interfaces and implementations that are internal to gRPC.io.grpc.netty The main transport implementation based on Netty, for both the client and the server.io.grpc.servlet API that implements gRPC server as a servlet.io.grpc.servlet.jakarta API that implements gRPC server as a servlet. -
-
Uses of ApplicationThreadDeframerListener.TransportExecutor in io.grpc.internal
Subinterfaces of ApplicationThreadDeframerListener.TransportExecutor in io.grpc.internal Modifier and Type Interface Description (package private) static interface
ApplicationThreadDeframer.TransportExecutor
Classes in io.grpc.internal that implement ApplicationThreadDeframerListener.TransportExecutor Modifier and Type Class Description protected static class
AbstractClientStream.TransportState
This should only be called from the transport thread.protected static class
AbstractServerStream.TransportState
This should only be called from the transport thread (except for private interactions withAbstractServerStream
).static class
AbstractStream.TransportState
Stream state as used by the transport.class
Http2ClientStreamTransportState
Base implementation for client streams using HTTP2 as the transport.Fields in io.grpc.internal declared as ApplicationThreadDeframerListener.TransportExecutor Modifier and Type Field Description private ApplicationThreadDeframerListener.TransportExecutor
ApplicationThreadDeframerListener. transportExecutor
private ApplicationThreadDeframerListener.TransportExecutor
MigratingThreadDeframer. transportExecutor
Constructors in io.grpc.internal with parameters of type ApplicationThreadDeframerListener.TransportExecutor Constructor Description ApplicationThreadDeframerListener(MessageDeframer.Listener listener, ApplicationThreadDeframerListener.TransportExecutor transportExecutor)
MigratingThreadDeframer(MessageDeframer.Listener listener, ApplicationThreadDeframerListener.TransportExecutor transportExecutor, MessageDeframer deframer)
-
Uses of ApplicationThreadDeframerListener.TransportExecutor in io.grpc.netty
Classes in io.grpc.netty that implement ApplicationThreadDeframerListener.TransportExecutor Modifier and Type Class Description static class
NettyClientStream.TransportState
This should only be called from the transport thread.static class
NettyServerStream.TransportState
This should only be called from the transport thread. -
Uses of ApplicationThreadDeframerListener.TransportExecutor in io.grpc.servlet
Classes in io.grpc.servlet that implement ApplicationThreadDeframerListener.TransportExecutor Modifier and Type Class Description (package private) class
ServletServerStream.ServletTransportState
-
Uses of ApplicationThreadDeframerListener.TransportExecutor in io.grpc.servlet.jakarta
Classes in io.grpc.servlet.jakarta that implement ApplicationThreadDeframerListener.TransportExecutor Modifier and Type Class Description (package private) class
ServletServerStream.ServletTransportState
-