Package org.yamcs.protobuf
Interface ClientConnectionInfo.HttpRequestInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClientConnectionInfo.HttpRequestInfo
,ClientConnectionInfo.HttpRequestInfo.Builder
- Enclosing class:
- ClientConnectionInfo
public static interface ClientConnectionInfo.HttpRequestInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
optional bool keepAlive = 4;
optional string method = 2;
com.google.protobuf.ByteString
optional string method = 2;
optional string protocol = 1;
com.google.protobuf.ByteString
optional string protocol = 1;
getUri()
optional string uri = 3;
com.google.protobuf.ByteString
optional string uri = 3;
optional string userAgent = 5;
com.google.protobuf.ByteString
optional string userAgent = 5;
boolean
optional bool keepAlive = 4;
boolean
optional string method = 2;
boolean
optional string protocol = 1;
boolean
hasUri()
optional string uri = 3;
boolean
optional string userAgent = 5;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasProtocol
boolean hasProtocol()optional string protocol = 1;
- Returns:
- Whether the protocol field is set.
-
getProtocol
String getProtocol()optional string protocol = 1;
- Returns:
- The protocol.
-
getProtocolBytes
com.google.protobuf.ByteString getProtocolBytes()optional string protocol = 1;
- Returns:
- The bytes for protocol.
-
hasMethod
boolean hasMethod()optional string method = 2;
- Returns:
- Whether the method field is set.
-
getMethod
String getMethod()optional string method = 2;
- Returns:
- The method.
-
getMethodBytes
com.google.protobuf.ByteString getMethodBytes()optional string method = 2;
- Returns:
- The bytes for method.
-
hasUri
boolean hasUri()optional string uri = 3;
- Returns:
- Whether the uri field is set.
-
getUri
String getUri()optional string uri = 3;
- Returns:
- The uri.
-
getUriBytes
com.google.protobuf.ByteString getUriBytes()optional string uri = 3;
- Returns:
- The bytes for uri.
-
hasKeepAlive
boolean hasKeepAlive()optional bool keepAlive = 4;
- Returns:
- Whether the keepAlive field is set.
-
getKeepAlive
boolean getKeepAlive()optional bool keepAlive = 4;
- Returns:
- The keepAlive.
-
hasUserAgent
boolean hasUserAgent()optional string userAgent = 5;
- Returns:
- Whether the userAgent field is set.
-
getUserAgent
String getUserAgent()optional string userAgent = 5;
- Returns:
- The userAgent.
-
getUserAgentBytes
com.google.protobuf.ByteString getUserAgentBytes()optional string userAgent = 5;
- Returns:
- The bytes for userAgent.
-