| |
|
| java.lang.Object com.caucho.vfs.QServerSocket
QServerSocket | abstract public class QServerSocket (Code) | | Abstract socket to handle both normal sockets and bin/resin sockets.
|
getLocalPort | abstract public int getLocalPort()(Code) | | |
getSystemFD | public int getSystemFD()(Code) | | |
isClosed | public boolean isClosed()(Code) | | |
isJNI | public boolean isJNI()(Code) | | |
isTcpNoDelay | public boolean isTcpNoDelay()(Code) | | |
listen | public void listen(int backlog)(Code) | | Sets the socket's listen backlog.
|
setConnectionSocketTimeout | abstract public void setConnectionSocketTimeout(int ms)(Code) | | Sets the connection read timeout.
|
setSaveOnExec | public boolean setSaveOnExec()(Code) | | |
setTcpNoDelay | public void setTcpNoDelay(boolean delay)(Code) | | |
|
|
|