Uses of Interface
io.grpc.internal.ServerListener
Packages that use ServerListener
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 ServerListener in io.grpc.inprocess
Fields in io.grpc.inprocess declared as ServerListenerMethods in io.grpc.inprocess with parameters of type ServerListener -
Uses of ServerListener in io.grpc.internal
Classes in io.grpc.internal that implement ServerListenerMethods in io.grpc.internal with parameters of type ServerListenerModifier and TypeMethodDescriptionvoid
InternalServer.start
(ServerListener listener) Starts transport. -
Uses of ServerListener in io.grpc.netty
Fields in io.grpc.netty declared as ServerListenerMethods in io.grpc.netty with parameters of type ServerListener -
Uses of ServerListener in io.grpc.servlet
Fields in io.grpc.servlet declared as ServerListenerModifier and TypeFieldDescription(package private) ServerListener
ServletServerBuilder.InternalServerImpl.serverListener
Methods in io.grpc.servlet with parameters of type ServerListenerModifier and TypeMethodDescriptionvoid
ServletServerBuilder.InternalServerImpl.start
(ServerListener listener) -
Uses of ServerListener in io.grpc.servlet.jakarta
Fields in io.grpc.servlet.jakarta declared as ServerListenerModifier and TypeFieldDescription(package private) ServerListener
ServletServerBuilder.InternalServerImpl.serverListener
Methods in io.grpc.servlet.jakarta with parameters of type ServerListenerModifier and TypeMethodDescriptionvoid
ServletServerBuilder.InternalServerImpl.start
(ServerListener listener)