Uses of Class
io.envoyproxy.envoy.type.http.v3.Cookie
Packages that use Cookie
Package
Description
-
Uses of Cookie in io.envoyproxy.envoy.extensions.http.stateful_session.cookie.v3
Methods in io.envoyproxy.envoy.extensions.http.stateful_session.cookie.v3 that return CookieModifier and TypeMethodDescriptionCookieBasedSessionState.Builder.getCookie()The cookie configuration used to track session state.CookieBasedSessionState.getCookie()The cookie configuration used to track session state.CookieBasedSessionStateOrBuilder.getCookie()The cookie configuration used to track session state.Methods in io.envoyproxy.envoy.extensions.http.stateful_session.cookie.v3 with parameters of type CookieModifier and TypeMethodDescriptionCookieBasedSessionState.Builder.mergeCookie(Cookie value) The cookie configuration used to track session state.The cookie configuration used to track session state. -
Uses of Cookie in io.envoyproxy.envoy.type.http.v3
Methods in io.envoyproxy.envoy.type.http.v3 that return CookieModifier and TypeMethodDescriptionCookie.Builder.build()Cookie.Builder.buildPartial()static CookieCookie.getDefaultInstance()Cookie.Builder.getDefaultInstanceForType()Cookie.getDefaultInstanceForType()static CookieCookie.parseDelimitedFrom(InputStream input) static CookieCookie.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CookieCookie.parseFrom(byte[] data) static CookieCookie.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CookieCookie.parseFrom(com.google.protobuf.ByteString data) static CookieCookie.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CookieCookie.parseFrom(com.google.protobuf.CodedInputStream input) static CookieCookie.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CookieCookie.parseFrom(InputStream input) static CookieCookie.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CookieCookie.parseFrom(ByteBuffer data) static CookieCookie.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.type.http.v3 that return types with arguments of type CookieModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Cookie>Cookie.getParserForType()static com.google.protobuf.Parser<Cookie>Cookie.parser()Methods in io.envoyproxy.envoy.type.http.v3 with parameters of type Cookie