com.caucho.vfs.net
Class TcpNetworkSystem

java.lang.Object
  extended by com.caucho.vfs.net.NetworkSystem
      extended by com.caucho.vfs.net.TcpNetworkSystem

public class TcpNetworkSystem
extends NetworkSystem

Standard TCP network system.


Constructor Summary
TcpNetworkSystem()
           
 
Method Summary
 QSocket connect(java.net.InetSocketAddress addr, long connectTimeout)
           
 QServerSocket openServerSocket(java.net.InetAddress address, int port, int backlog, boolean isJni)
           
 
Methods inherited from class com.caucho.vfs.net.NetworkSystem
connect, connect, createSubSystem, createSubSystemImpl, getCurrent, openServerSocket, setLocal, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TcpNetworkSystem

public TcpNetworkSystem()
Method Detail

openServerSocket

public QServerSocket openServerSocket(java.net.InetAddress address,
                                      int port,
                                      int backlog,
                                      boolean isJni)
                               throws java.io.IOException
Specified by:
openServerSocket in class NetworkSystem
Throws:
java.io.IOException

connect

public QSocket connect(java.net.InetSocketAddress addr,
                       long connectTimeout)
                throws java.io.IOException
Specified by:
connect in class NetworkSystem
Throws:
java.io.IOException