Package proto.rpc.webrtc.v1
Class Grpc
java.lang.Object
proto.rpc.webrtc.v1.Grpc
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Metadata is for custom key values provided by a client or server during a stream.static interface
static final class
A PacketMessage is used to packetize large messages (> 64KiB) to be able to safely transmit over WebRTC data channels.static interface
static final class
A Request is a frame coming from a client.static final class
RequestHeaders describe the unary or streaming call to make.static interface
static final class
A RequestMessage contains individual gRPC messages and a potential end-of-stream (EOS) marker.static interface
static interface
static final class
A Response is a frame coming from a server.static final class
ResponseHeaders contain custom metadata that are sent to the client before any message or trailers (unless only trailers are sent).static interface
static final class
ResponseMessage contains the data of a response to a call.static interface
static interface
static final class
ResponseTrailers contain the status of a response and any custom metadata.static interface
static final class
A Stream represents an instance of a gRPC stream between a client and a server.static interface
static final class
Strings are a series of values.static interface
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
registerAllExtensions
(com.google.protobuf.ExtensionRegistryLite registry)
-
Method Details
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-