Uses of Class
com.ibm.wsspi.http.HttpCookie
-
Uses of HttpCookie in com.ibm.wsspi.http
Modifier and TypeMethodDescriptionHttpCookie.clone()
Access the first cookie instance in the message with the provided name.Access the first instance of a cookie with the provided name.Modifier and TypeMethodDescriptionHttpRequest.getCookies()
Access the list of all cookies found in this message.HttpRequest.getCookies
(String name) Access the list of all cookies matching the provided name.HttpResponse.getCookies()
Access a list of all cookies found in this message.HttpResponse.getCookies
(String name) Access a list of all cookie instances matching the provided name.Modifier and TypeMethodDescriptionvoid
HttpResponse.addCookie
(HttpCookie cookie) Add a cookie object to the message.void
HttpResponse.removeCookie
(HttpCookie cookie) Remove a cookie object from the message.