Uses of Class
io.envoyproxy.envoy.extensions.filters.http.stateful_session.v3.StatefulSession.Builder
Packages that use StatefulSession.Builder
-
Uses of StatefulSession.Builder in io.envoyproxy.envoy.extensions.filters.http.stateful_session.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.stateful_session.v3 that return StatefulSession.BuilderModifier and TypeMethodDescriptionStatefulSession.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) StatefulSession.Builder.clear()StatefulSession.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) StatefulSession.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) StatefulSession.Builder.clearSessionState()Specifies the implementation of session state.StatefulSession.Builder.clearStatPrefix()Optional stat prefix.StatefulSession.Builder.clearStrict()Determines whether the HTTP request must be strictly routed to the requested destination.StatefulSession.Builder.clone()StatefulSessionPerRoute.Builder.getStatefulSessionBuilder()Per-route stateful session configuration that can be served by RDS or static route table.StatefulSession.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StatefulSession.Builder.mergeFrom(com.google.protobuf.Message other) StatefulSession.Builder.mergeFrom(StatefulSession other) StatefulSession.Builder.mergeSessionState(TypedExtensionConfig value) Specifies the implementation of session state.final StatefulSession.BuilderStatefulSession.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static StatefulSession.BuilderStatefulSession.newBuilder()static StatefulSession.BuilderStatefulSession.newBuilder(StatefulSession prototype) StatefulSession.newBuilderForType()protected StatefulSession.BuilderStatefulSession.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) StatefulSession.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) StatefulSession.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) StatefulSession.Builder.setSessionState(TypedExtensionConfig value) Specifies the implementation of session state.StatefulSession.Builder.setSessionState(TypedExtensionConfig.Builder builderForValue) Specifies the implementation of session state.StatefulSession.Builder.setStatPrefix(String value) Optional stat prefix.StatefulSession.Builder.setStatPrefixBytes(com.google.protobuf.ByteString value) Optional stat prefix.StatefulSession.Builder.setStrict(boolean value) Determines whether the HTTP request must be strictly routed to the requested destination.final StatefulSession.BuilderStatefulSession.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) StatefulSession.toBuilder()Methods in io.envoyproxy.envoy.extensions.filters.http.stateful_session.v3 with parameters of type StatefulSession.BuilderModifier and TypeMethodDescriptionStatefulSessionPerRoute.Builder.setStatefulSession(StatefulSession.Builder builderForValue) Per-route stateful session configuration that can be served by RDS or static route table.