Package proto.rpc.webrtc.v1
Class SignalingServiceGrpc
java.lang.Object
proto.rpc.webrtc.v1.SignalingServiceGrpc
A SignalingService provides the means to have one client "call" another client using the Session Description Protocol (SDP).
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
A SignalingService provides the means to have one client "call" another client using the Session Description Protocol (SDP).static final class
A stub to allow clients to do synchronous rpc calls to service SignalingService.static final class
A stub to allow clients to do ListenableFuture-style rpc calls to service SignalingService.static class
Base class for the server implementation of the service SignalingService.static final class
A stub to allow clients to do asynchronous rpc calls to service SignalingService. -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinition
static io.grpc.MethodDescriptor<Signaling.AnswerResponse,
Signaling.AnswerRequest> static io.grpc.MethodDescriptor<Signaling.CallRequest,
Signaling.CallResponse> static io.grpc.MethodDescriptor<Signaling.CallUpdateRequest,
Signaling.CallUpdateResponse> static io.grpc.MethodDescriptor<Signaling.OptionalWebRTCConfigRequest,
Signaling.OptionalWebRTCConfigResponse> static io.grpc.ServiceDescriptor
newBlockingStub
(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub
(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub
(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getCallMethod
public static io.grpc.MethodDescriptor<Signaling.CallRequest,Signaling.CallResponse> getCallMethod() -
getCallUpdateMethod
public static io.grpc.MethodDescriptor<Signaling.CallUpdateRequest,Signaling.CallUpdateResponse> getCallUpdateMethod() -
getAnswerMethod
public static io.grpc.MethodDescriptor<Signaling.AnswerResponse,Signaling.AnswerRequest> getAnswerMethod() -
getOptionalWebRTCConfigMethod
public static io.grpc.MethodDescriptor<Signaling.OptionalWebRTCConfigRequest,Signaling.OptionalWebRTCConfigResponse> getOptionalWebRTCConfigMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
public static SignalingServiceGrpc.SignalingServiceBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
public static SignalingServiceGrpc.SignalingServiceFutureStub newFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
public static final io.grpc.ServerServiceDefinition bindService(SignalingServiceGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-