Uses of Interface
ice.net.HttpURLConnectionCallback

Packages that use HttpURLConnectionCallback
ice.net   
 

Uses of HttpURLConnectionCallback in ice.net
 

Methods in ice.net that return HttpURLConnectionCallback
 HttpURLConnectionCallback HttpURLConnection.getHttpURLConnectionCallback()
          Gets the HTTP URL connection callback of this HttpURLConnection.
 

Methods in ice.net with parameters of type HttpURLConnectionCallback
 void HttpURLConnection.setHttpURLConnectionCallback(HttpURLConnectionCallback httpUrlConnectionCallback)
          Sets the HTTP URL connection callback of this HttpURLConnection to the specified httpUrlConnectionCallback.