Uses of Class
io.envoyproxy.envoy.type.http.v3.Cookie.Builder
Packages that use Cookie.Builder
Package
Description
-
Uses of Cookie.Builder in io.envoyproxy.envoy.extensions.http.stateful_session.cookie.v3
Methods in io.envoyproxy.envoy.extensions.http.stateful_session.cookie.v3 that return Cookie.BuilderModifier and TypeMethodDescriptionCookieBasedSessionState.Builder.getCookieBuilder()The cookie configuration used to track session state.Methods in io.envoyproxy.envoy.extensions.http.stateful_session.cookie.v3 with parameters of type Cookie.BuilderModifier and TypeMethodDescriptionCookieBasedSessionState.Builder.setCookie(Cookie.Builder builderForValue) The cookie configuration used to track session state. -
Uses of Cookie.Builder in io.envoyproxy.envoy.type.http.v3
Methods in io.envoyproxy.envoy.type.http.v3 that return Cookie.BuilderModifier and TypeMethodDescriptionCookie.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Cookie.Builder.clear()Cookie.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Cookie.Builder.clearName()The name that will be used to obtain cookie value from downstream HTTP request or generate new cookie for downstream.Cookie.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Cookie.Builder.clearPath()Path of cookie.Cookie.Builder.clearTtl()Duration of cookie.Cookie.Builder.clone()Cookie.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Cookie.Builder.mergeFrom(com.google.protobuf.Message other) Cookie.Builder.mergeTtl(com.google.protobuf.Duration value) Duration of cookie.final Cookie.BuilderCookie.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Cookie.BuilderCookie.newBuilder()static Cookie.BuilderCookie.newBuilder(Cookie prototype) Cookie.newBuilderForType()protected Cookie.BuilderCookie.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) The name that will be used to obtain cookie value from downstream HTTP request or generate new cookie for downstream.Cookie.Builder.setNameBytes(com.google.protobuf.ByteString value) The name that will be used to obtain cookie value from downstream HTTP request or generate new cookie for downstream.Path of cookie.Cookie.Builder.setPathBytes(com.google.protobuf.ByteString value) Path of cookie.Cookie.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Cookie.Builder.setTtl(com.google.protobuf.Duration value) Duration of cookie.Cookie.Builder.setTtl(com.google.protobuf.Duration.Builder builderForValue) Duration of cookie.final Cookie.BuilderCookie.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Cookie.toBuilder()