Uses of Class
ice.net.HttpURLConnection

Packages that use HttpURLConnection
ice.https   
ice.net   
 

Uses of HttpURLConnection in ice.https
 

Subclasses of HttpURLConnection in ice.https
 class HttpsURLConnection
          This Class implements the secure http/1.1 protocol as described in RFC 2068 for http and in internet draft 302 for ssl.
 

Uses of HttpURLConnection in ice.net
 

Methods in ice.net with parameters of type HttpURLConnection
protected  void ConnectionManager.fireHttpURLConnectionEvent(HttpURLConnection httpUrlConnection, int eventType, HttpRequest httpRequest)
           
protected  void ConnectionManager.fireHttpURLConnectionEvent(HttpURLConnection httpUrlConnection, int eventType, HttpRequest httpRequest, HttpResponse httpResponse)
           
 CachedInputStream ConnectionManager.createInputStream(HttpURLConnection httpUrlConnection, CacheManager cacheManager, Connection connection, byte[] buffer, int offset, int length)
           
 Connection ConnectionManager.getConnection(HttpURLConnection httpUrlConnection, URL url, InetAddress inetAddress, int port)
          Get a connection.
 InputStream Connection.getInputStream(HttpURLConnection con)
           
 void CacheManager.submit(byte[] bytes, HttpURLConnection httpUrlConnection)
           
 

Constructors in ice.net with parameters of type HttpURLConnection
CachedInputStream(HttpURLConnection httpUrlConnection, CacheManager cacheManager, Connection connection, byte[] buffer, int offset, int length)