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. 
 

Uses of QServerSocket in com.caucho.boot
 

Methods in com.caucho.boot that return QServerSocket
 QServerSocket OpenPort.DummyOpenSSLFactory.bind(QServerSocket ss)
           
 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 TcpSocketLinkListener.bindForWatchdog()
          binds for the watchdog.
 

Methods in com.caucho.network.listen with parameters of type QServerSocket
 void TcpSocketLinkListener.bind(QServerSocket ss)
          Starts the port listening.
 void TcpSocketLinkListener.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 OpenSSLFactory
          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 OpenSSLFactory.bind(QServerSocket ss)
          Creates the server socket.
 QServerSocket SSLFactory.bind(QServerSocket ss)
          Creates the SSL ServerSocket.
 QServerSocket JsseSSLFactory.bind(QServerSocket ss)
          Creates the SSL ServerSocket.
 QServerSocket OpenSSLFactory.create(java.net.InetAddress addr, int port)
          Creates the server socket.
 QServerSocket SSLFactory.create(java.net.InetAddress host, int port)
          Creates the SSL ServerSocket.
 QServerSocket JsseSSLFactory.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 OpenSSLFactory.bind(QServerSocket ss)
          Creates the server socket.
 QServerSocket SSLFactory.bind(QServerSocket ss)
          Creates the SSL ServerSocket.
 QServerSocket JsseSSLFactory.bind(QServerSocket ss)
          Creates the SSL ServerSocket.