Uses of Interface
org.xsocket.connection.IBlockingConnection

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.
static IBlockingConnection ConnectionUtils.synchronizedConnection(IBlockingConnection con)
          Returns a synchronized (thread-safe) connection backed by the specified connection.
 

Methods in org.xsocket.connection with parameters of type IBlockingConnection
 void BlockingConnectionPool.destroy(IBlockingConnection resource)
           
static IBlockingConnection ConnectionUtils.synchronizedConnection(IBlockingConnection con)
          Returns a synchronized (thread-safe) connection backed by the specified connection.
 



Copyright 2010 xSocket.org