Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sonalb.net.http.cookie
Class CookieUtils  view CookieUtils download CookieUtils.java

java.lang.Object
  extended bycom.sonalb.net.http.cookie.CookieUtils

public final class CookieUtils
extends java.lang.Object

Provides utility functions for internal consumption.


Field Summary
static java.lang.String CVSID
           
 
Constructor Summary
CookieUtils()
           
 
Method Summary
static CookieJar getCookiesForURL(CookieJar cj, CookieParser cp, java.net.URL url, boolean bRespectExpires)
          Picks out the Cookies in a CookieJar that are eligible to be sent with a request to a particular URL.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CVSID

public static final java.lang.String CVSID
See Also:
Constant Field Values
Constructor Detail

CookieUtils

public CookieUtils()
Method Detail

getCookiesForURL

public static CookieJar getCookiesForURL(CookieJar cj,
                                         CookieParser cp,
                                         java.net.URL url,
                                         boolean bRespectExpires)
Picks out the Cookies in a CookieJar that are eligible to be sent with a request to a particular URL.