|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MaxConnectionsExceededException | |
|---|---|
| org.xsocket.connection | Provides classes to handle a connection-oriented, sequenced flow of data in a blocking or non-blocking mode on the server and on the client side. |
| Uses of MaxConnectionsExceededException in org.xsocket.connection |
|---|
| Methods in org.xsocket.connection that throw MaxConnectionsExceededException | |
|---|---|
IBlockingConnection |
BlockingConnectionPool.getBlockingConnection(InetAddress address,
int port)
get a pool connection for the given address. |
IBlockingConnection |
BlockingConnectionPool.getBlockingConnection(InetAddress address,
int port,
boolean isSSL)
get a pool connection for the given address. |
IBlockingConnection |
BlockingConnectionPool.getBlockingConnection(InetAddress address,
int port,
int connectTimeoutMillis)
get a pool connection for the given address. |
IBlockingConnection |
BlockingConnectionPool.getBlockingConnection(InetAddress address,
int port,
int connectTimeoutMillis,
boolean isSSL)
get a pool connection for the given address. |
IBlockingConnection |
BlockingConnectionPool.getBlockingConnection(String host,
int port)
get a pool connection for the given address. |
IBlockingConnection |
BlockingConnectionPool.getBlockingConnection(String host,
int port,
boolean isSSL)
get a pool connection for the given address. |
IBlockingConnection |
BlockingConnectionPool.getBlockingConnection(String host,
int port,
int connectTimeoutMillis)
get a pool connection for the given address. |
IBlockingConnection |
BlockingConnectionPool.getBlockingConnection(String host,
int port,
int connectTimeoutMillis,
boolean isSSL)
get a pool connection for the given address. |
INonBlockingConnection |
NonBlockingConnectionPool.getNonBlockingConnection(InetAddress address,
int port)
get a pool connection for the given address. |
INonBlockingConnection |
NonBlockingConnectionPool.getNonBlockingConnection(InetAddress address,
int port,
boolean isSSL)
get a pool connection for the given address. |
INonBlockingConnection |
NonBlockingConnectionPool.getNonBlockingConnection(InetAddress address,
int port,
boolean waitForConnect,
int connectTimeoutMillis,
boolean isSSL)
get a pool connection for the given address. |
INonBlockingConnection |
NonBlockingConnectionPool.getNonBlockingConnection(InetAddress address,
int port,
IHandler appHandler)
get a pool connection for the given address. |
INonBlockingConnection |
NonBlockingConnectionPool.getNonBlockingConnection(InetAddress address,
int port,
IHandler appHandler,
boolean isSSL)
get a pool connection for the given address. |
INonBlockingConnection |
NonBlockingConnectionPool.getNonBlockingConnection(InetAddress address,
int port,
IHandler appHandler,
boolean waitForConnect,
int connectTimeoutMillis)
get a pool connection for the given address in an asynchronous wa. |
INonBlockingConnection |
NonBlockingConnectionPool.getNonBlockingConnection(InetAddress address,
int port,
IHandler appHandler,
boolean waitForConnect,
int connectTimeoutMillis,
boolean isSSL)
get a pool connection for the given address. |
INonBlockingConnection |
NonBlockingConnectionPool.getNonBlockingConnection(InetAddress address,
int port,
IHandler appHandler,
Executor workerPool,
boolean waitForConnect,
int connectTimeoutMillis,
boolean isSSL)
get a pool connection for the given address. |
INonBlockingConnection |
NonBlockingConnectionPool.getNonBlockingConnection(InetAddress address,
int port,
IHandler appHandler,
Executor workerPool,
int connectTimeoutMillis)
get a pool connection for the given address. |
INonBlockingConnection |
NonBlockingConnectionPool.getNonBlockingConnection(InetAddress address,
int port,
IHandler appHandler,
Executor workerPool,
int connectTimeoutMillis,
boolean isSSL)
get a pool connection for the given address. |
INonBlockingConnection |
NonBlockingConnectionPool.getNonBlockingConnection(InetAddress address,
int port,
IHandler appHandler,
int connectTimeoutMillis)
get a pool connection for the given address. |
INonBlockingConnection |
NonBlockingConnectionPool.getNonBlockingConnection(InetAddress address,
int port,
IHandler appHandler,
int connectTimeoutMillis,
boolean isSSL)
get a pool connection for the given address. |
INonBlockingConnection |
NonBlockingConnectionPool.getNonBlockingConnection(InetAddress address,
int port,
int connectTimeoutMillis)
get a pool connection for the given address. |
INonBlockingConnection |
NonBlockingConnectionPool.getNonBlockingConnection(InetAddress address,
int port,
int connectTimeoutMillis,
boolean isSSL)
get a pool connection for the given address. |
INonBlockingConnection |
NonBlockingConnectionPool.getNonBlockingConnection(InetSocketAddress address)
get a pool connection for the given address. |
INonBlockingConnection |
NonBlockingConnectionPool.getNonBlockingConnection(String host,
int port)
get a pool connection for the given address. |
INonBlockingConnection |
NonBlockingConnectionPool.getNonBlockingConnection(String host,
int port,
boolean isSSL)
get a pool connection for the given address. |
INonBlockingConnection |
NonBlockingConnectionPool.getNonBlockingConnection(String host,
int port,
IHandler appHandler)
get a pool connection for the given address. |
INonBlockingConnection |
NonBlockingConnectionPool.getNonBlockingConnection(String host,
int port,
IHandler appHandler,
boolean isSSL)
get a pool connection for the given address. |
INonBlockingConnection |
NonBlockingConnectionPool.getNonBlockingConnection(String host,
int port,
int connectTimeoutMillis)
get a pool connection for the given address. |
INonBlockingConnection |
NonBlockingConnectionPool.getNonBlockingConnection(String host,
int port,
int connectTimeoutMillis,
boolean isSSL)
get a pool connection for the given address. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||