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 ServerListenerInProcessServer. listenerMethods in io.grpc.inprocess with parameters of type ServerListener Modifier and Type Method Description voidInProcessServer. start(ServerListener serverListener) -
Uses of ServerListener in io.grpc.internal
Classes in io.grpc.internal that implement ServerListener Modifier and Type Class Description private classServerImpl.ServerListenerImplMethods in io.grpc.internal with parameters of type ServerListener Modifier and Type Method Description voidInternalServer. 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 ServerListenerNettyServer. listenerMethods in io.grpc.netty with parameters of type ServerListener Modifier and Type Method Description voidNettyServer. 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) ServerListenerServletServerBuilder.InternalServerImpl. serverListenerMethods in io.grpc.servlet with parameters of type ServerListener Modifier and Type Method Description voidServletServerBuilder.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) ServerListenerServletServerBuilder.InternalServerImpl. serverListenerMethods in io.grpc.servlet.jakarta with parameters of type ServerListener Modifier and Type Method Description voidServletServerBuilder.InternalServerImpl. start(ServerListener listener)
-