org.cometd.client.transport
Class HttpClientTransport.Cookie

java.lang.Object
  extended by org.cometd.client.transport.HttpClientTransport.Cookie
Enclosing class:
HttpClientTransport

public static class HttpClientTransport.Cookie
extends Object


Constructor Summary
HttpClientTransport.Cookie(String name, String value, String domain, String path, int maxAge, boolean secure, int version, String comment)
           
 
Method Summary
 String asString()
           
 String getComment()
           
 String getDomain()
           
 int getMaxAge()
           
 String getName()
           
 String getPath()
           
 String getValue()
           
 int getVersion()
           
 boolean isExpired(long time)
           
 boolean isSecure()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpClientTransport.Cookie

public HttpClientTransport.Cookie(String name,
                                  String value,
                                  String domain,
                                  String path,
                                  int maxAge,
                                  boolean secure,
                                  int version,
                                  String comment)
Method Detail

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.