Uses of Interface
io.grpc.internal.StreamListener
-
Packages that use StreamListener Package Description io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of StreamListener in io.grpc.internal
Subinterfaces of StreamListener in io.grpc.internal Modifier and Type Interface Description interface
ClientStreamListener
An observer of client-side stream events.interface
ServerStreamListener
An observer of server-side stream events.Classes in io.grpc.internal that implement StreamListener Modifier and Type Class Description private class
ClientCallImpl.ClientStreamListenerImpl
private static class
DelayedStream.DelayedStreamListener
(package private) class
ForwardingClientStreamListener
private class
RetriableStream.Sublistener
(package private) static class
ServerCallImpl.ServerStreamListenerImpl<ReqT>
All of these callbacks are assumed to called on an application thread, and the caller is responsible for handling thrown exceptions.(package private) static class
ServerImpl.JumpToApplicationThreadServerStreamListener
Dispatches callbacks onto an application-provided executor and correctly propagates exceptions.private static class
ServerImpl.NoopListener
Methods in io.grpc.internal that return StreamListener Modifier and Type Method Description protected abstract StreamListener
AbstractStream.TransportState. listener()
Override this method to provide a stream listener.
-