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