Uses of Interface
ice.net.Connection

Packages that use Connection
ice.net   
 

Uses of Connection in ice.net
 

Methods in ice.net that return Connection
 Connection ConnectionManager.getConnection(HttpURLConnection httpUrlConnection, URL url, InetAddress inetAddress, int port)
          Get a connection.
 

Methods in ice.net with parameters of type Connection
 CachedInputStream ConnectionManager.createInputStream(HttpURLConnection httpUrlConnection, CacheManager cacheManager, Connection connection, byte[] buffer, int offset, int length)
          Deprecated. As of 1.6.0, replaced by ConnectionManager.createInputStream(HttpURLConnection, CacheManager, Connection, byte[], int, int).
 CachedInputStream ConnectionManager.createInputStream(HttpURLConnection httpUrlConnection, CacheManager cacheManager, Connection connection, byte[] buffer, int offset, int length)
           
 

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