|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IBlockingConnection | |
|---|---|
| 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 IBlockingConnection in org.xsocket.connection |
|---|
| Classes in org.xsocket.connection that implement IBlockingConnection | |
|---|---|
class |
BlockingConnection
Implementation of the IBlockingConnection interface. |
| Methods in org.xsocket.connection that return IBlockingConnection | |
|---|---|
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. |
| Methods in org.xsocket.connection with parameters of type IBlockingConnection | |
|---|---|
void |
BlockingConnectionPool.destroy(IBlockingConnection resource)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||