Uses of Interface
io.grpc.internal.ApplicationThreadDeframer.TransportExecutor
-
Packages that use ApplicationThreadDeframer.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 ApplicationThreadDeframer.TransportExecutor in io.grpc.internal
Classes in io.grpc.internal that implement ApplicationThreadDeframer.TransportExecutor Modifier and Type Class Description protected static classAbstractClientStream.TransportStateThis should only be called from the transport thread.protected static classAbstractServerStream.TransportStateThis should only be called from the transport thread (except for private interactions withAbstractServerStream).static classAbstractStream.TransportStateStream state as used by the transport.classHttp2ClientStreamTransportStateBase implementation for client streams using HTTP2 as the transport.Constructors in io.grpc.internal with parameters of type ApplicationThreadDeframer.TransportExecutor Constructor Description ApplicationThreadDeframer(MessageDeframer.Listener listener, ApplicationThreadDeframer.TransportExecutor transportExecutor, MessageDeframer deframer) -
Uses of ApplicationThreadDeframer.TransportExecutor in io.grpc.netty
Classes in io.grpc.netty that implement ApplicationThreadDeframer.TransportExecutor Modifier and Type Class Description static classNettyClientStream.TransportStateThis should only be called from the transport thread.static classNettyServerStream.TransportStateThis should only be called from the transport thread. -
Uses of ApplicationThreadDeframer.TransportExecutor in io.grpc.servlet
Classes in io.grpc.servlet that implement ApplicationThreadDeframer.TransportExecutor Modifier and Type Class Description (package private) classServletServerStream.ServletTransportState -
Uses of ApplicationThreadDeframer.TransportExecutor in io.grpc.servlet.jakarta
Classes in io.grpc.servlet.jakarta that implement ApplicationThreadDeframer.TransportExecutor Modifier and Type Class Description (package private) classServletServerStream.ServletTransportState
-