Uses of Class
com.caucho.vfs.QSocket

Packages that use QSocket
com.caucho.network.listen   
com.caucho.vfs Resin's Virtual File System. 
 

Uses of QSocket in com.caucho.network.listen
 

Methods in com.caucho.network.listen that return QSocket
 QSocket TcpSocketLink.getSocket()
          Returns the connection's socket
 

Methods in com.caucho.network.listen with parameters of type QSocket
 boolean ProThrottle.accept(QSocket socket)
           
 boolean Throttle.accept(QSocket socket)
           
 void ProThrottle.close(QSocket socket)
           
 void Throttle.close(QSocket socket)
           
 

Uses of QSocket in com.caucho.vfs
 

Subclasses of QSocket in com.caucho.vfs
 class JniSocketImpl
          Abstract socket to handle both normal sockets and bin/resin sockets.
 class QSocketChannelWrapper
          Abstract socket to handle both normal sockets and bin/resin sockets.
 class QSocketWrapper
          Abstract socket to handle both normal sockets and bin/resin sockets.
 

Methods in com.caucho.vfs that return QSocket
 QSocket OpenSSLFactory.createSocket()
           
abstract  QSocket QServerSocket.createSocket()
           
 QSocket QServerSocketWrapper.createSocket()
          Creates a new socket object.
 QSocket JniServerSocketImpl.createSocket()
          Factory method creating an instance socket.
 

Methods in com.caucho.vfs with parameters of type QSocket
 boolean OpenSSLFactory.accept(QSocket socket)
           
abstract  boolean QServerSocket.accept(QSocket socket)
           
 boolean QServerSocketWrapper.accept(QSocket qSocket)
          Accepts a new socket.
 boolean JniServerSocketImpl.accept(QSocket socket)
          Accepts a new connection from the socket.