public static interface WebSocketProtos.WebSocketRequestMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getBody()
optional bytes body = 3; |
long |
getId()
optional uint64 id = 4; |
java.lang.String |
getPath()
optional string path = 2; |
com.google.protobuf.ByteString |
getPathBytes()
optional string path = 2; |
java.lang.String |
getVerb()
optional string verb = 1; |
com.google.protobuf.ByteString |
getVerbBytes()
optional string verb = 1; |
boolean |
hasBody()
optional bytes body = 3; |
boolean |
hasId()
optional uint64 id = 4; |
boolean |
hasPath()
optional string path = 2; |
boolean |
hasVerb()
optional string verb = 1; |
boolean hasVerb()
optional string verb = 1;java.lang.String getVerb()
optional string verb = 1;com.google.protobuf.ByteString getVerbBytes()
optional string verb = 1;boolean hasPath()
optional string path = 2;java.lang.String getPath()
optional string path = 2;com.google.protobuf.ByteString getPathBytes()
optional string path = 2;boolean hasBody()
optional bytes body = 3;com.google.protobuf.ByteString getBody()
optional bytes body = 3;boolean hasId()
optional uint64 id = 4;long getId()
optional uint64 id = 4;