Uses of Class
org.forgerock.http.client.request.HttpClientRequestCookie
-
Packages that use HttpClientRequestCookie Package Description org.forgerock.http.client.request This package contains the classes and interfaces related to the requests sent by the HTTP client, and their use in scripted modules. -
-
Uses of HttpClientRequestCookie in org.forgerock.http.client.request
Methods in org.forgerock.http.client.request that return types with arguments of type HttpClientRequestCookie Modifier and Type Method Description Set<HttpClientRequestCookie>
HttpClientRequest. getCookies()
Retrieve the cookies set on the request.Set<HttpClientRequestCookie>
SimpleHttpClientRequest. getCookies()
Retrieve the cookies set on the request.
-