com.ning.http.client.cookie
Class CookieDecoder

java.lang.Object
  extended by com.ning.http.client.cookie.CookieDecoder

public class CookieDecoder
extends Object


Field Summary
static TimeConverter DEFAULT_TIME_CONVERTER
           
 
Constructor Summary
CookieDecoder()
           
 
Method Summary
static Cookie decode(String header)
           
static Cookie decode(String header, TimeConverter timeConverter)
          Decodes the specified HTTP header value into Cookie.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_TIME_CONVERTER

public static final TimeConverter DEFAULT_TIME_CONVERTER
Constructor Detail

CookieDecoder

public CookieDecoder()
Method Detail

decode

public static Cookie decode(String header)

decode

public static Cookie decode(String header,
                            TimeConverter timeConverter)
Decodes the specified HTTP header value into Cookie.

Returns:
the decoded Cookie


Copyright © 2014. All Rights Reserved.