|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IHttpClientState | |
net.groboclown.util.http.v1 | Contains classes which are optimized for HTTP connections. |
net.groboclown.util.http.v1.tests |
Uses of IHttpClientState in net.groboclown.util.http.v1 |
Classes in net.groboclown.util.http.v1 that implement IHttpClientState | |
class |
Cookie
Java implementation of RFC 2109 and the Netscape cookie specification. |
Methods in net.groboclown.util.http.v1 that return IHttpClientState | |
IHttpClientState[] |
IHttpClientStateParser.parseClientStateHeaders(IHttpResponseMessage msg)
Return the list of cookies that are contained in the headers for the message. |
IHttpClientState[] |
NetscapeCookieParser.parseClientStateHeaders(IHttpResponseMessage msg)
Return the list of cookies that are contained in the headers for the message. |
IHttpClientState[] |
NetscapeCookieParser.parseHeaders(String[] cookies)
Return the list of cookies that are contained in the given header values. |
IHttpClientState[] |
NetscapeCookieParser.parseHeader(String header)
|
protected IHttpClientState[] |
NetscapeCookieParser.abortWithCookies(Cookie finishedCookie,
String header)
|
protected IHttpClientState[] |
Rfc2109CookieParser.abortWithCookies(Cookie finishedCookie,
String header)
|
IHttpClientState[] |
HttpClientStateUtil.getClientStates(IHttpResponseMessage msg)
Retrieves all cookies given in the header of the retrieved message. |
Methods in net.groboclown.util.http.v1 with parameters of type IHttpClientState | |
void |
HttpClientStateUtil.renderGetHeader(IHttpClientState[] list,
Hashtable headers,
URL destURI)
Create an HTTP header for sending the cookies. |
Uses of IHttpClientState in net.groboclown.util.http.v1.tests |
Methods in net.groboclown.util.http.v1.tests with parameters of type IHttpClientState | |
protected void |
TestNetscapeCookieParser.inner_testSimpleCookie_1(IHttpClientState cookie)
|
protected void |
TestNetscapeCookieParser.inner_testSimpleCookie_2(IHttpClientState cookie)
|
protected void |
TestRfc2109CookieParser.netscapeInner_testSimpleCookie_1(IHttpClientState cookie)
|
protected void |
TestRfc2109CookieParser.netscapeInner_testSimpleCookie_2(IHttpClientState cookie)
|
private void |
TestRfc2109CookieParser.inner_testSimpleCookie_1(IHttpClientState cookie)
|
private void |
TestRfc2109CookieParser.inner_testSimpleCookie_2(IHttpClientState cookie)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |