ice.net
Class NonBlockingConnectionManager

java.lang.Object
  extended byice.net.ConnectionManager
      extended byice.net.NonBlockingConnectionManager

public class NonBlockingConnectionManager
extends ConnectionManager


Constructor Summary
NonBlockingConnectionManager(int timeout, ConnectionManagerSettings connectionManagerSettings)
           
NonBlockingConnectionManager(int timeout, ice.net.HttpSession httpSession)
          Deprecated. As of 1.5, replaced by NonBlockingConnectionManager(int, ConnectionManagerSettings).
 
Method Summary
protected  Socket createSocket(InetAddress inetAddress, int port)
          Factory method for creating sockets.
 
Methods inherited from class ice.net.ConnectionManager
addHttpURLConnectionListener, arePersistentConnectionsEnabled, createInputStream, createInputStream, fireHttpURLConnectionEvent, fireHttpURLConnectionEvent, getByName, getByName, getConnection, getMaxPersistentConnections, getPersistent, getPersistentConnectionTimeout, getReadBufferSize, getSoTimeout, isNagleEnabled, removeHttpURLConnectionListener, setLimits, setMaxPersistentConnections, setNagleEnabled, setPersistent, setPersistentConnectionsEnabled, setPersistentConnectionTimeout, setReadBufferSize, setSoTimeout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NonBlockingConnectionManager

public NonBlockingConnectionManager(int timeout,
                                    ConnectionManagerSettings connectionManagerSettings)

NonBlockingConnectionManager

public NonBlockingConnectionManager(int timeout,
                                    ice.net.HttpSession httpSession)
Deprecated. As of 1.5, replaced by NonBlockingConnectionManager(int, ConnectionManagerSettings).

Method Detail

createSocket

protected Socket createSocket(InetAddress inetAddress,
                              int port)
                       throws IOException
Description copied from class: ConnectionManager
Factory method for creating sockets. To be overriden by customers needing custom socket creation.

Overrides:
createSocket in class ConnectionManager
Throws:
IOException