Package com.dyuproject.util.http

Interface Summary
HttpConnector HttpConnector - reads/writes bytes from/to http endpoints.
HttpConnector.Response The http response which can be used to obtain the http status, headers and the content via input stream.
 

Class Summary
HttpConnector.Parameter A key/value pair
SimpleHttpConnector Simple http connector using the built-in HttpURLConnection
UrlEncodedParameterMap A parameter map where the values of the parameter names are url encoded on toString()
 



Copyright © 2008-2013. All Rights Reserved.