Interface DownstreamReverseConnectionSocketInterface.HttpHandshakeConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DownstreamReverseConnectionSocketInterface.HttpHandshakeConfig,DownstreamReverseConnectionSocketInterface.HttpHandshakeConfig.Builder
- Enclosing class:
- DownstreamReverseConnectionSocketInterface
public static interface DownstreamReverseConnectionSocketInterface.HttpHandshakeConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequest path used when issuing the HTTP reverse-connection handshake.com.google.protobuf.ByteStringRequest path used when issuing the HTTP reverse-connection handshake.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getRequestPath
String getRequestPath()Request path used when issuing the HTTP reverse-connection handshake. Defaults to "/reverse_connections/request".
string request_path = 1;- Returns:
- The requestPath.
-
getRequestPathBytes
com.google.protobuf.ByteString getRequestPathBytes()Request path used when issuing the HTTP reverse-connection handshake. Defaults to "/reverse_connections/request".
string request_path = 1;- Returns:
- The bytes for requestPath.
-