Uses of Interface
io.grpc.internal.ServerStreamListener
Packages that use ServerStreamListener
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.
-
Uses of ServerStreamListener in io.grpc.inprocess
Fields in io.grpc.inprocess declared as ServerStreamListenerModifier and TypeFieldDescriptionprivate ServerStreamListenerInProcessTransport.InProcessStream.InProcessClientStream.serverStreamListenerMethods in io.grpc.inprocess with parameters of type ServerStreamListenerModifier and TypeMethodDescriptionprivate voidInProcessTransport.InProcessStream.InProcessClientStream.setListener(ServerStreamListener listener) voidInProcessTransport.InProcessStream.InProcessServerStream.setListener(ServerStreamListener serverStreamListener) -
Uses of ServerStreamListener in io.grpc.internal
Classes in io.grpc.internal that implement ServerStreamListenerModifier and TypeClassDescription(package private) static final classAll of these callbacks are assumed to called on an application thread, and the caller is responsible for handling thrown exceptions.(package private) static final classDispatches callbacks onto an application-provided executor and correctly propagates exceptions.private static final classFields in io.grpc.internal declared as ServerStreamListenerModifier and TypeFieldDescriptionprivate ServerStreamListenerAbstractServerStream.TransportState.listenerprivate ServerStreamListenerServerImpl.JumpToApplicationThreadServerStreamListener.listenerprivate static final ServerStreamListenerServerImpl.NOOP_LISTENERMethods in io.grpc.internal that return ServerStreamListenerModifier and TypeMethodDescriptionprivate ServerStreamListenerServerImpl.JumpToApplicationThreadServerStreamListener.getListener()This call MUST be serialized on callExecutor to avoid races.protected ServerStreamListenerAbstractServerStream.TransportState.listener()(package private) ServerStreamListenerServerCallImpl.newServerStreamListener(ServerCall.Listener<ReqT> listener) private <WReqT,WRespT>
ServerStreamListenerServerImpl.ServerTransportListenerImpl.startWrappedCall(String fullMethodName, ServerImpl.ServerTransportListenerImpl.ServerCallParameters<WReqT, WRespT> params, Metadata headers) Methods in io.grpc.internal with parameters of type ServerStreamListenerModifier and TypeMethodDescriptionfinal voidAbstractServerStream.setListener(ServerStreamListener serverStreamListener) final voidAbstractServerStream.TransportState.setListener(ServerStreamListener listener) Sets the listener to receive notifications.(package private) voidServerImpl.JumpToApplicationThreadServerStreamListener.setListener(ServerStreamListener listener) voidServerStream.setListener(ServerStreamListener serverStreamListener) Sets the server stream listener.