Uses of Class
eu.cloudnetservice.driver.network.http.HttpCookie
Packages that use HttpCookie
Package
Description
-
Uses of HttpCookie in eu.cloudnetservice.driver.network.http
Methods in eu.cloudnetservice.driver.network.http that return HttpCookieModifier and TypeMethodDescriptionGets a cookie by its name from the current request.Methods in eu.cloudnetservice.driver.network.http that return types with arguments of type HttpCookieModifier and TypeMethodDescriptionHttpContext.cookies()Get all cookies which were set in the current request wrapped in this context.Methods in eu.cloudnetservice.driver.network.http with parameters of type HttpCookieModifier and TypeMethodDescriptionHttpContext.addCookie(@NonNull HttpCookie httpCookie) Adds the given cookie to the response, removing the current one if there is already a cookie with the same name.Method parameters in eu.cloudnetservice.driver.network.http with type arguments of type HttpCookieModifier and TypeMethodDescriptionHttpContext.cookies(@NonNull Collection<HttpCookie> cookies) Sets the given cookies in the response, removing all previously set cookies. -
Uses of HttpCookie in eu.cloudnetservice.driver.network.netty.http
Fields in eu.cloudnetservice.driver.network.netty.http with type parameters of type HttpCookieModifier and TypeFieldDescriptionprivate final Collection<HttpCookie>NettyHttpServerContext.cookiesMethods in eu.cloudnetservice.driver.network.netty.http that return HttpCookieModifier and TypeMethodDescriptionGets a cookie by its name from the current request.Methods in eu.cloudnetservice.driver.network.netty.http that return types with arguments of type HttpCookieModifier and TypeMethodDescriptionNettyHttpServerContext.cookies()Get all cookies which were set in the current request wrapped in this context.Methods in eu.cloudnetservice.driver.network.netty.http with parameters of type HttpCookieModifier and TypeMethodDescriptionNettyHttpServerContext.addCookie(@NonNull HttpCookie httpCookie) Adds the given cookie to the response, removing the current one if there is already a cookie with the same name.Method parameters in eu.cloudnetservice.driver.network.netty.http with type arguments of type HttpCookieModifier and TypeMethodDescriptionNettyHttpServerContext.cookies(@NonNull Collection<HttpCookie> cookies) Sets the given cookies in the response, removing all previously set cookies.