Interface StatefulSessionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StatefulSession,StatefulSession.Builder
public interface StatefulSessionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypedExtensionConfiggetSessionState()Specific implementation of session state.TypedExtensionConfigOrBuildergetSessionStateOrBuilder()Specific implementation of session state.booleanhasSessionState()Specific implementation of session state.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSessionState
boolean hasSessionState()
Specific implementation of session state. This session state will be used to store and get address of the upstream host to which the session is assigned. [#extension-category: envoy.http.stateful_session]
.envoy.config.core.v3.TypedExtensionConfig session_state = 1;- Returns:
- Whether the sessionState field is set.
-
getSessionState
TypedExtensionConfig getSessionState()
Specific implementation of session state. This session state will be used to store and get address of the upstream host to which the session is assigned. [#extension-category: envoy.http.stateful_session]
.envoy.config.core.v3.TypedExtensionConfig session_state = 1;- Returns:
- The sessionState.
-
getSessionStateOrBuilder
TypedExtensionConfigOrBuilder getSessionStateOrBuilder()
Specific implementation of session state. This session state will be used to store and get address of the upstream host to which the session is assigned. [#extension-category: envoy.http.stateful_session]
.envoy.config.core.v3.TypedExtensionConfig session_state = 1;
-
-