Uses of Package
com.dyuproject.util.http

Packages that use com.dyuproject.util.http
com.dyuproject.oauth   
com.dyuproject.oauth.sp   
com.dyuproject.openid   
com.dyuproject.openid.ext   
com.dyuproject.util.http   
 

Classes in com.dyuproject.util.http used by com.dyuproject.oauth
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.
UrlEncodedParameterMap
          A parameter map where the values of the parameter names are url encoded on toString()
 

Classes in com.dyuproject.util.http used by com.dyuproject.oauth.sp
UrlEncodedParameterMap
          A parameter map where the values of the parameter names are url encoded on toString()
 

Classes in com.dyuproject.util.http used by com.dyuproject.openid
HttpConnector
          HttpConnector - reads/writes bytes from/to http endpoints.
UrlEncodedParameterMap
          A parameter map where the values of the parameter names are url encoded on toString()
 

Classes in com.dyuproject.util.http used by com.dyuproject.openid.ext
UrlEncodedParameterMap
          A parameter map where the values of the parameter names are url encoded on toString()
 

Classes in com.dyuproject.util.http used by com.dyuproject.util.http
HttpConnector
          HttpConnector - reads/writes bytes from/to http endpoints.
HttpConnector.Parameter
          A key/value pair
HttpConnector.Response
          The http response which can be used to obtain the http status, headers and the content via input stream.
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.