package

com.neomades.io.http

Provides classes to manage http connections

Interfaces

HttpListener Callback used to listen URL connection response. 
HttpProgressListener HTTP Progress listener on download/upload. 

Classes

HttpCookie An HttpCookie object represents an HTTP cookie, which carries state information between server and user agent. 
HttpRequest HttpRequest object represents an HTTP/HTTPS request. 
HttpResponse HttpResponse object represents an http/https connection response. 

Enums

CookiePolicy Cookie acceptance policies. 

Exceptions

ProtocolException Thrown to indicate that there is an error in the underlying protocol, such as a TCP error.