Uses of Package
net.groboclown.util.http.v1

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

Classes in net.groboclown.util.http.v1 used by net.groboclown.util.http.v1
Cookie
          Java implementation of RFC 2109 and the Netscape cookie specification.
HttpClientStateUtil
          Utility class for the Java implementation of RFC 2109 and the Netscape cookie specification.
HttpResponseMessageImpl
           
IHttpClientState
          Generic interface for storing client-side state information, which can be passed back to the server, and have security checks.
IHttpClientStateParser
          Parses cookies to and from the HTTP messages.
IHttpResponseMessage
          An interface which contains all the information received from the HTTP request message.
NetscapeCookieParser
          Parses cookies to and from the HTTP messages.
NetscapeCookieParser.ICookieValueParser
           
NetscapeCookieParser.NameValuePair
           
 

Classes in net.groboclown.util.http.v1 used by net.groboclown.util.http.v1.tests
Cookie
          Java implementation of RFC 2109 and the Netscape cookie specification.
IHttpClientState
          Generic interface for storing client-side state information, which can be passed back to the server, and have security checks.
IHttpResponseMessage
          An interface which contains all the information received from the HTTP request message.
SimpleHttpGet
          This class is used to replace the HTTPConnection.
 



Written under the LGPL