Package | Description |
---|---|
com.caucho.network.listen | |
com.caucho.vfs |
Resin's Virtual File System.
|
com.caucho.vfs.net |
Modifier and Type | Method and Description |
---|---|
QSocket |
TcpSocketLink.getSocket()
Returns the connection's socket
|
Modifier and Type | Method and Description |
---|---|
boolean |
ProThrottle.accept(QSocket socket) |
boolean |
Throttle.accept(QSocket socket) |
void |
ProThrottle.close(QSocket socket) |
void |
Throttle.close(QSocket socket) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
QSocket |
OpenSSLFactory.createSocket() |
QSocket |
QServerSocketWrapper.createSocket()
Creates a new socket object.
|
abstract QSocket |
QServerSocket.createSocket() |
QSocket |
JniServerSocketImpl.createSocket()
Factory method creating an instance socket.
|
Modifier and Type | Method and Description |
---|---|
boolean |
OpenSSLFactory.accept(QSocket socket) |
boolean |
QServerSocketWrapper.accept(QSocket qSocket)
Accepts a new socket.
|
abstract boolean |
QServerSocket.accept(QSocket socket) |
boolean |
JniServerSocketImpl.accept(QSocket socket)
Accepts a new connection from the socket.
|
Modifier and Type | Method and Description |
---|---|
QSocket |
NetworkSystem.connect(java.net.InetAddress address,
int port,
long timeout) |
QSocket |
TcpNetworkSystem.connect(java.net.InetSocketAddress addr,
long connectTimeout) |
abstract QSocket |
NetworkSystem.connect(java.net.InetSocketAddress address,
long timeout) |
QSocket |
NetworkSystem.connect(java.lang.String address,
int port) |