org.cometd.client.transport
Class HttpClientTransport.StandardCookieProvider
java.lang.Object
org.cometd.client.transport.HttpClientTransport.StandardCookieProvider
- All Implemented Interfaces:
- HttpClientTransport.CookieProvider
- Enclosing class:
- HttpClientTransport
public static class HttpClientTransport.StandardCookieProvider
- extends Object
- implements HttpClientTransport.CookieProvider
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpClientTransport.StandardCookieProvider
public HttpClientTransport.StandardCookieProvider()
getCookie
public HttpClientTransport.Cookie getCookie(String name)
- Specified by:
getCookie in interface HttpClientTransport.CookieProvider
setCookie
public void setCookie(HttpClientTransport.Cookie cookie)
- Specified by:
setCookie in interface HttpClientTransport.CookieProvider
getCookies
public List<HttpClientTransport.Cookie> getCookies()
- Specified by:
getCookies in interface HttpClientTransport.CookieProvider
clear
public void clear()
- Specified by:
clear in interface HttpClientTransport.CookieProvider
Copyright © 2008-2011 Dojo Foundation. All Rights Reserved.