Uses of Class
com.caucho.vfs.QServerSocket

Packages that use QServerSocket
com.caucho.boot   
com.caucho.cloud.network   
com.caucho.network.listen   
com.caucho.vfs Resin's Virtual File System. 
com.caucho.vfs.net   
 

Uses of QServerSocket in com.caucho.boot
 

Methods in com.caucho.boot that return QServerSocket
 QServerSocket OpenPort.DummyOpenSSLFactory.bind(QServerSocket ss)
           
 QServerSocket OpenPort.bindForWatchdog()
          binds for the watchdog.
 QServerSocket OpenPort.DummyOpenSSLFactory.create(java.net.InetAddress host, int port)
           
 

Methods in com.caucho.boot with parameters of type QServerSocket
 QServerSocket OpenPort.DummyOpenSSLFactory.bind(QServerSocket ss)
           
 

Uses of QServerSocket in com.caucho.cloud.network
 

Methods in com.caucho.cloud.network with parameters of type QServerSocket
 void NetworkListenSystem.bind(java.lang.String address, int port, QServerSocket ss)
           
 

Uses of QServerSocket in com.caucho.network.listen
 

Methods in com.caucho.network.listen that return QServerSocket
 QServerSocket TcpPort.bindForWatchdog()
          binds for the watchdog.
 

Methods in com.caucho.network.listen with parameters of type QServerSocket
 void TcpPort.bind(QServerSocket ss)
          Starts the port listening.
 void TcpPort.setServerSocket(QServerSocket socket)
          Sets the server socket.
 

Uses of QServerSocket in com.caucho.vfs
 

Subclasses of QServerSocket in com.caucho.vfs
 class JniServerSocketImpl
          Abstract socket to handle both normal sockets and bin/resin sockets.
 class QServerSocketWrapper
          Abstract socket to handle both normal sockets and bin/resin sockets.
 

Methods in com.caucho.vfs that return QServerSocket
 QServerSocket JsseSSLFactory.bind(QServerSocket ss)
          Creates the SSL ServerSocket.
 QServerSocket SSLFactory.bind(QServerSocket ss)
          Creates the SSL ServerSocket.
 QServerSocket JsseSSLFactory.create(java.net.InetAddress host, int port)
          Creates the SSL ServerSocket.
 QServerSocket SSLFactory.create(java.net.InetAddress host, int port)
          Creates the SSL ServerSocket.
static QServerSocket QJniServerSocket.create(java.net.InetAddress host, int port, int listenBacklog)
           
static QServerSocket QJniServerSocket.create(java.net.InetAddress host, int port, int listenBacklog, boolean isEnableJni)
          Creates the SSL ServerSocket.
static QServerSocket QJniServerSocket.create(int port, int listenBacklog)
          Creates the SSL ServerSocket.
static QServerSocket JniServerSocketImpl.create(java.lang.String host, int port)
           
static QServerSocket QJniServerSocket.createJNI(java.net.InetAddress host, int port)
          Creates the SSL ServerSocket.
static QServerSocket JniServerSocketImpl.open(int fd, int port)
           
static QServerSocket QJniServerSocket.openJNI(int fd, int port)
          Creates the SSL ServerSocket.
 

Methods in com.caucho.vfs with parameters of type QServerSocket
 QServerSocket JsseSSLFactory.bind(QServerSocket ss)
          Creates the SSL ServerSocket.
 QServerSocket SSLFactory.bind(QServerSocket ss)
          Creates the SSL ServerSocket.
 

Uses of QServerSocket in com.caucho.vfs.net
 

Methods in com.caucho.vfs.net that return QServerSocket
abstract  QServerSocket NetworkSystem.openServerSocket(java.net.InetAddress address, int port, int backlog, boolean isJni)
           
 QServerSocket TcpNetworkSystem.openServerSocket(java.net.InetAddress address, int port, int backlog, boolean isJni)
           
 QServerSocket NetworkSystem.openServerSocket(java.lang.String address, int port)