Uses of Interface
io.grpc.internal.ServerListener
-
Packages that use ServerListener 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 ServerListener in io.grpc.inprocess
Fields in io.grpc.inprocess declared as ServerListener Modifier and Type Field Description private ServerListener
InProcessServer. listener
Methods in io.grpc.inprocess with parameters of type ServerListener Modifier and Type Method Description void
InProcessServer. start(ServerListener serverListener)
-
Uses of ServerListener in io.grpc.internal
Classes in io.grpc.internal that implement ServerListener Modifier and Type Class Description private class
ServerImpl.ServerListenerImpl
Methods in io.grpc.internal with parameters of type ServerListener Modifier and Type Method Description void
InternalServer. start(ServerListener listener)
Starts transport. -
Uses of ServerListener in io.grpc.netty
Fields in io.grpc.netty declared as ServerListener Modifier and Type Field Description private ServerListener
NettyServer. listener
Methods in io.grpc.netty with parameters of type ServerListener Modifier and Type Method Description void
NettyServer. start(ServerListener serverListener)
-
Uses of ServerListener in io.grpc.servlet
Fields in io.grpc.servlet declared as ServerListener Modifier and Type Field Description (package private) ServerListener
ServletServerBuilder.InternalServerImpl. serverListener
Methods in io.grpc.servlet with parameters of type ServerListener Modifier and Type Method Description void
ServletServerBuilder.InternalServerImpl. start(ServerListener listener)
-
Uses of ServerListener in io.grpc.servlet.jakarta
Fields in io.grpc.servlet.jakarta declared as ServerListener Modifier and Type Field Description (package private) ServerListener
ServletServerBuilder.InternalServerImpl. serverListener
Methods in io.grpc.servlet.jakarta with parameters of type ServerListener Modifier and Type Method Description void
ServletServerBuilder.InternalServerImpl. start(ServerListener listener)
-