org.cometd.client.transport
Class HttpClientTransport.Cookie
java.lang.Object
org.cometd.client.transport.HttpClientTransport.Cookie
- Enclosing class:
- HttpClientTransport
public static class HttpClientTransport.Cookie
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpClientTransport.Cookie
public HttpClientTransport.Cookie(String name,
String value,
String domain,
String path,
int maxAge,
boolean secure,
int version,
String comment)
getName
public String getName()
getValue
public String getValue()
getDomain
public String getDomain()
getPath
public String getPath()
getMaxAge
public int getMaxAge()
isSecure
public boolean isSecure()
getVersion
public int getVersion()
getComment
public String getComment()
isExpired
public boolean isExpired(long time)
asString
public String asString()
Copyright © 2008-2010 Dojo Foundation. All Rights Reserved.