Uses of Class
io.envoyproxy.envoy.type.http.v3.Cookie
-
Packages that use Cookie Package Description io.envoyproxy.envoy.extensions.http.stateful_session.cookie.v3 io.envoyproxy.envoy.type.http.v3 -
-
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 Cookie Modifier and Type Method Description CookieCookieBasedSessionState.Builder. getCookie()The cookie configuration used to track session state.CookieCookieBasedSessionState. getCookie()The cookie configuration used to track session state.CookieCookieBasedSessionStateOrBuilder. getCookie()The cookie configuration used to track session state.Methods in io.envoyproxy.envoy.extensions.http.stateful_session.cookie.v3 with parameters of type Cookie Modifier and Type Method Description CookieBasedSessionState.BuilderCookieBasedSessionState.Builder. mergeCookie(Cookie value)The cookie configuration used to track session state.CookieBasedSessionState.BuilderCookieBasedSessionState.Builder. setCookie(Cookie value)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 Cookie Modifier and Type Method Description CookieCookie.Builder. build()CookieCookie.Builder. buildPartial()static CookieCookie. getDefaultInstance()CookieCookie.Builder. getDefaultInstanceForType()CookieCookie. 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 Cookie Modifier and Type Method Description com.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 Modifier and Type Method Description Cookie.BuilderCookie.Builder. mergeFrom(Cookie other)static Cookie.BuilderCookie. newBuilder(Cookie prototype)
-