Package proto.rpc.webrtc.v1
Class SignalingServiceGrpc.SignalingServiceImplBase
java.lang.Object
proto.rpc.webrtc.v1.SignalingServiceGrpc.SignalingServiceImplBase
- All Implemented Interfaces:
io.grpc.BindableService
,SignalingServiceGrpc.AsyncService
- Enclosing class:
- SignalingServiceGrpc
public abstract static class SignalingServiceGrpc.SignalingServiceImplBase
extends Object
implements io.grpc.BindableService, SignalingServiceGrpc.AsyncService
Base class for the server implementation of the service SignalingService.
A SignalingService provides the means to have one client "call" another client using the Session Description Protocol (SDP).
-
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.rpc.webrtc.v1.SignalingServiceGrpc.AsyncService
answer, call, callUpdate, optionalWebRTCConfig
-
Constructor Details
-
SignalingServiceImplBase
public SignalingServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-