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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetKeepAlive()optional bool keepAlive = 4;StringgetMethod()optional string method = 2;com.google.protobuf.ByteStringgetMethodBytes()optional string method = 2;StringgetProtocol()optional string protocol = 1;com.google.protobuf.ByteStringgetProtocolBytes()optional string protocol = 1;StringgetUri()optional string uri = 3;com.google.protobuf.ByteStringgetUriBytes()optional string uri = 3;StringgetUserAgent()optional string userAgent = 5;com.google.protobuf.ByteStringgetUserAgentBytes()optional string userAgent = 5;booleanhasKeepAlive()optional bool keepAlive = 4;booleanhasMethod()optional string method = 2;booleanhasProtocol()optional string protocol = 1;booleanhasUri()optional string uri = 3;booleanhasUserAgent()optional string userAgent = 5;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasProtocol
boolean hasProtocol()
optional string protocol = 1;
-
getProtocol
String getProtocol()
optional string protocol = 1;
-
getProtocolBytes
com.google.protobuf.ByteString getProtocolBytes()
optional string protocol = 1;
-
hasMethod
boolean hasMethod()
optional string method = 2;
-
getMethod
String getMethod()
optional string method = 2;
-
getMethodBytes
com.google.protobuf.ByteString getMethodBytes()
optional string method = 2;
-
hasUri
boolean hasUri()
optional string uri = 3;
-
getUri
String getUri()
optional string uri = 3;
-
getUriBytes
com.google.protobuf.ByteString getUriBytes()
optional string uri = 3;
-
hasKeepAlive
boolean hasKeepAlive()
optional bool keepAlive = 4;
-
getKeepAlive
boolean getKeepAlive()
optional bool keepAlive = 4;
-
hasUserAgent
boolean hasUserAgent()
optional string userAgent = 5;
-
getUserAgent
String getUserAgent()
optional string userAgent = 5;
-
getUserAgentBytes
com.google.protobuf.ByteString getUserAgentBytes()
optional string userAgent = 5;
-
-