Uses of Class
net.groboclown.util.http.v1.NetscapeCookieParser.NameValuePair

Packages that use NetscapeCookieParser.NameValuePair
net.groboclown.util.http.v1 Contains classes which are optimized for HTTP connections. 
 

Uses of NetscapeCookieParser.NameValuePair in net.groboclown.util.http.v1
 

Methods in net.groboclown.util.http.v1 that return NetscapeCookieParser.NameValuePair
protected  NetscapeCookieParser.NameValuePair[] NetscapeCookieParser.divideLineIntoNameValuePairs(String header)
          Split up the header into name-value pairs.
protected  NetscapeCookieParser.NameValuePair[] Rfc2109CookieParser.divideLineIntoNameValuePairs(String header)
          Split up the header into name-value pairs.
 

Methods in net.groboclown.util.http.v1 with parameters of type NetscapeCookieParser.NameValuePair
protected  NetscapeCookieParser.ICookieValueParser NetscapeCookieParser.getCookieValueParser(NetscapeCookieParser.NameValuePair pair)
           
protected  NetscapeCookieParser.ICookieValueParser Rfc2109CookieParser.getCookieValueParser(NetscapeCookieParser.NameValuePair pair)
           
 



Written under the LGPL