Uses of Interface
io.grpc.internal.ServerTransport
Packages that use ServerTransport
Package
Description
The in-process transport which is for when a server is in the same process as the client.
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 ServerTransport in io.grpc.inprocess
Classes in io.grpc.inprocess that implement ServerTransport -
Uses of ServerTransport in io.grpc.internal
Fields in io.grpc.internal declared as ServerTransportModifier and TypeFieldDescriptionprivate final ServerTransport
ServerImpl.ServerTransportListenerImpl.transport
Fields in io.grpc.internal with type parameters of type ServerTransportModifier and TypeFieldDescriptionprivate final Set
<ServerTransport> ServerImpl.transports
transportServer
and services encapsulating something similar to a TCP connection.Methods in io.grpc.internal with parameters of type ServerTransportModifier and TypeMethodDescriptionprivate void
ServerImpl.transportClosed
(ServerTransport transport) Remove transport service from accounting collection and notify of complete shutdown if necessary.ServerImpl.ServerListenerImpl.transportCreated
(ServerTransport transport) ServerListener.transportCreated
(ServerTransport transport) Called upon the establishment of a new client connection.Constructors in io.grpc.internal with parameters of type ServerTransportModifierConstructorDescription(package private)
ServerTransportListenerImpl
(ServerTransport transport) -
Uses of ServerTransport in io.grpc.netty
Classes in io.grpc.netty that implement ServerTransportModifier and TypeClassDescription(package private) class
The Netty-based server transport. -
Uses of ServerTransport in io.grpc.servlet
Classes in io.grpc.servlet that implement ServerTransportModifier and TypeClassDescription(package private) static final class
-
Uses of ServerTransport in io.grpc.servlet.jakarta
Classes in io.grpc.servlet.jakarta that implement ServerTransportModifier and TypeClassDescription(package private) static final class