Uses of Class
kong.unirest.core.Cookie
-
Packages that use Cookie Package Description kong.unirest.core -
-
Uses of Cookie in kong.unirest.core
Methods in kong.unirest.core that return Cookie Modifier and Type Method Description CookieCookies. getNamed(String name)Get cookie by nameMethods in kong.unirest.core with parameters of type Cookie Modifier and Type Method Description ConfigConfig. addDefaultCookie(Cookie cookie)Adds a default cookie to be added to all requests with this configvoidHeaders. cookie(Cookie cookie)RHttpRequest. cookie(Cookie cookie)Add a simple cookie headerSseRequestSseRequest. cookie(Cookie cookie)Add a simple cookie headerSseRequestSseRequestImpl. cookie(Cookie cookie)WebSocketRequestWebSocketRequest. cookie(Cookie cookie)Add a simple cookie headerWebSocketRequestWebSocketRequestImpl. cookie(Cookie cookie)Method parameters in kong.unirest.core with type arguments of type Cookie Modifier and Type Method Description voidHeaders. cookie(Collection<Cookie> cookies)RHttpRequest. cookie(Collection<Cookie> cookies)Add a collection of cookie headersSseRequestSseRequest. cookie(Collection<Cookie> cookies)Add a collection of cookie headersSseRequestSseRequestImpl. cookie(Collection<Cookie> cookies)WebSocketRequestWebSocketRequest. cookie(Collection<Cookie> cookies)Add a collection of cookie headersWebSocketRequestWebSocketRequestImpl. cookie(Collection<Cookie> cookies)
-