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