Uses of Class
com.funambol.platform.HttpConnectionAdapter

Packages that use HttpConnectionAdapter
com.funambol.platform   
com.funambol.util   
 

Uses of HttpConnectionAdapter in com.funambol.platform
 

Subclasses of HttpConnectionAdapter in com.funambol.platform
 class HttpConnectionAdapterWrapper
          This class is a simple HttpConnection class that wraps the underlying microedition HttpConnection.
 

Uses of HttpConnectionAdapter in com.funambol.util
 

Methods in com.funambol.util that return HttpConnectionAdapter
 HttpConnectionAdapter ConnectionManager.openHttpConnection(java.lang.String url, java.lang.Object extra)
          Open an http connection to the given URL
 

Methods in com.funambol.util with parameters of type HttpConnectionAdapter
 boolean HttpAuthentication.handleAuthentication(HttpConnectionAdapter c)
          Handle the authentication by adding authentication headers to the given HttpConnection.
 boolean HttpDigestAuthentication.handleAuthentication(HttpConnectionAdapter c)
          Set the authentication property in the given HTTP connection.
 boolean HttpAuthentication.processHttpError(HttpConnectionAdapter c)
          Process any errors that the given HttpConnection has that are related to authentication.
 boolean HttpDigestAuthentication.processHttpError(HttpConnectionAdapter c)
          Check the given connection for a 401 HTTP error and process any authentication information that is present.
 



Copyright © 2001-2009 Funambol.