ice.net
Class NonBlockingConnectionManager
java.lang.Object
ice.net.ConnectionManager
ice.net.NonBlockingConnectionManager
- public class NonBlockingConnectionManager
- extends ConnectionManager
| 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 |
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).
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