Uses of Class
io.helidon.webclient.api.WebClientCookieManager
Packages that use WebClientCookieManager
Package
Description
Helidon WebClient APIs shared by all types of clients.
Helidon WebServer Testing JUnit5 Support.
-
Uses of WebClientCookieManager in io.helidon.webclient.api
Classes in io.helidon.webclient.api that implement interfaces with type arguments of type WebClientCookieManagerModifier and TypeClassDescriptionstatic classFluent API builder forWebClientCookieManager.protected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webclient.api that return WebClientCookieManagerModifier and TypeMethodDescriptionWebClientCookieManagerConfig.Builder.build()Create an instance from this builder.WebClientCookieManagerConfig.BuilderBase.WebClientCookieManagerConfigImpl.build()Create a new runtime instance from this prototype.WebClient.cookieManager()Cookie manager to use by this client.static WebClientCookieManagerWebClientCookieManager.create(WebClientCookieManagerConfig config) Create a cookie manager from its configuration.static WebClientCookieManagerWebClientCookieManager.create(Consumer<WebClientCookieManagerConfig.Builder> configConsumer) Create a cookie manager updating its configuration.WebClientCookieManagerConfig.BuilderBase.WebClientCookieManagerConfigImpl.get()Methods in io.helidon.webclient.api that return types with arguments of type WebClientCookieManagerModifier and TypeMethodDescriptionHttpClientConfig.BuilderBase.cookieManager()WebClient cookie manager.HttpClientConfig.BuilderBase.HttpClientConfigImpl.cookieManager()HttpClientConfig.cookieManager()WebClient cookie manager.Methods in io.helidon.webclient.api with parameters of type WebClientCookieManagerModifier and TypeMethodDescriptionHttpClientConfig.BuilderBase.cookieManager(WebClientCookieManager cookieManager) WebClient cookie manager.Constructors in io.helidon.webclient.api with parameters of type WebClientCookieManagerModifierConstructorDescriptionprotectedClientRequestBase(HttpClientConfig clientConfig, WebClientCookieManager cookieManager, String protocolId, Method method, ClientUri clientUri, Boolean sendExpectContinue, Map<String, String> properties) Create a new request.protectedClientRequestBase(HttpClientConfig clientConfig, WebClientCookieManager cookieManager, String protocolId, Method method, ClientUri clientUri, Boolean sendExpectContinue, Map<String, String> properties, ClientUri redirectSourceUri) Create a new request.protectedClientRequestBase(HttpClientConfig clientConfig, WebClientCookieManager cookieManager, String protocolId, Method method, ClientUri clientUri, Boolean sendExpectContinue, Map<String, String> properties, ClientUri redirectSourceUri, boolean crossOriginRedirect) Create a new request.protectedClientRequestBase(HttpClientConfig clientConfig, WebClientCookieManager cookieManager, String protocolId, Method method, ClientUri clientUri, Map<String, String> properties) Create a new request. -
Uses of WebClientCookieManager in io.helidon.webserver.testing.junit5
Methods in io.helidon.webserver.testing.junit5 that return WebClientCookieManager