Package proto.stream.v1
Class StreamServiceGrpc.StreamServiceImplBase
java.lang.Object
proto.stream.v1.StreamServiceGrpc.StreamServiceImplBase
- All Implemented Interfaces:
io.grpc.BindableService
,StreamServiceGrpc.AsyncService
- Enclosing class:
- StreamServiceGrpc
public abstract static class StreamServiceGrpc.StreamServiceImplBase
extends Object
implements io.grpc.BindableService, StreamServiceGrpc.AsyncService
Base class for the server implementation of the service StreamService.
A StreamService is used to coordinate with a WebRTC the listing, addition, and removal of registered video streams. TODO(https://github.com/viamrobotics/rdk/issues/509): support removal
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface proto.stream.v1.StreamServiceGrpc.AsyncService
addStream, getStreamOptions, listStreams, removeStream, setStreamOptions
-
Constructor Details
-
StreamServiceImplBase
public StreamServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-