Package | Description |
---|---|
com.caucho.boot | |
com.caucho.cloud.network | |
com.caucho.network.listen | |
com.caucho.vfs |
Resin's Virtual File System.
|
com.caucho.vfs.net |
Modifier and Type | Method and Description |
---|---|
QServerSocket |
OpenPort.DummyOpenSSLFactory.bind(QServerSocket ss) |
QServerSocket |
OpenPort.bindForWatchdog()
binds for the watchdog.
|
QServerSocket |
OpenPort.DummyOpenSSLFactory.create(java.net.InetAddress host,
int port) |
Modifier and Type | Method and Description |
---|---|
QServerSocket |
OpenPort.DummyOpenSSLFactory.bind(QServerSocket ss) |
Modifier and Type | Method and Description |
---|---|
void |
NetworkListenSystem.bind(java.lang.String address,
int port,
QServerSocket ss) |
Modifier and Type | Method and Description |
---|---|
QServerSocket |
TcpPort.bindForWatchdog()
binds for the watchdog.
|
Modifier and Type | Method and Description |
---|---|
void |
TcpPort.bind(QServerSocket ss)
Starts the port listening.
|
void |
TcpPort.setServerSocket(QServerSocket socket)
Sets the server socket.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
QServerSocket |
OpenSSLFactory.bind(QServerSocket ss)
Creates the server socket.
|
QServerSocket |
JsseSSLFactory.bind(QServerSocket ss)
Creates the SSL ServerSocket.
|
QServerSocket |
SSLFactory.bind(QServerSocket ss)
Creates the SSL ServerSocket.
|
QServerSocket |
OpenSSLFactory.create(java.net.InetAddress addr,
int port)
Creates the server socket.
|
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.
|
Modifier and Type | Method and Description |
---|---|
QServerSocket |
OpenSSLFactory.bind(QServerSocket ss)
Creates the server socket.
|
QServerSocket |
JsseSSLFactory.bind(QServerSocket ss)
Creates the SSL ServerSocket.
|
QServerSocket |
SSLFactory.bind(QServerSocket ss)
Creates the SSL ServerSocket.
|
Modifier and Type | Method and Description |
---|---|
QServerSocket |
TcpNetworkSystem.openServerSocket(java.net.InetAddress address,
int port,
int backlog,
boolean isJni) |
abstract QServerSocket |
NetworkSystem.openServerSocket(java.net.InetAddress address,
int port,
int backlog,
boolean isJni) |
QServerSocket |
NetworkSystem.openServerSocket(java.lang.String address,
int port) |