Uses of Class
org.apache.dubbo.remoting.http12.HttpCookie
Packages that use HttpCookie
-
Uses of HttpCookie in org.apache.dubbo.remoting.http12
Methods in org.apache.dubbo.remoting.http12 that return HttpCookieMethods in org.apache.dubbo.remoting.http12 that return types with arguments of type HttpCookieModifier and TypeMethodDescriptionHttpRequest.cookies()static List<HttpCookie> HttpUtils.decodeCookies(String value) Methods in org.apache.dubbo.remoting.http12 with parameters of type HttpCookieModifier and TypeMethodDescriptionvoidHttpResponse.addCookie(HttpCookie cookie) static StringHttpUtils.encodeCookie(HttpCookie cookie) -
Uses of HttpCookie in org.apache.dubbo.remoting.http12.message
Methods in org.apache.dubbo.remoting.http12.message that return HttpCookieMethods in org.apache.dubbo.remoting.http12.message that return types with arguments of type HttpCookieMethods in org.apache.dubbo.remoting.http12.message with parameters of type HttpCookie