Uses of Interface
io.grpc.internal.StreamListener
Packages that use StreamListener
-
Uses of StreamListener in io.grpc.internal
Subinterfaces of StreamListener in io.grpc.internalModifier and TypeInterfaceDescriptioninterface
An observer of client-side stream events.interface
An observer of server-side stream events.Classes in io.grpc.internal that implement StreamListenerModifier and TypeClassDescriptionprivate class
private static class
(package private) class
private final class
(package private) static final class
All of these callbacks are assumed to called on an application thread, and the caller is responsible for handling thrown exceptions.(package private) static final class
Dispatches callbacks onto an application-provided executor and correctly propagates exceptions.private static final class
Methods in io.grpc.internal that return StreamListenerModifier and TypeMethodDescriptionprotected abstract StreamListener
AbstractStream.TransportState.listener()
Override this method to provide a stream listener.