public class PlainServerSocket extends java.net.ServerSocket implements StreamServerSocket
| Constructor and Description |
|---|
PlainServerSocket() |
| Modifier and Type | Method and Description |
|---|---|
StreamSocket |
acceptConnection()
Accept a connection on this socket
|
accept, bind, bind, close, getChannel, getInetAddress, getLocalPort, getLocalSocketAddress, getReceiveBufferSize, getReuseAddress, getSoTimeout, implAccept, isBound, isClosed, setPerformancePreferences, setReceiveBufferSize, setReuseAddress, setSocketFactory, setSoTimeout, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitbind, close, getInetAddress, getLocalPort, getReceiveBufferSize, getSoTimeout, setReceiveBufferSize, setSoTimeoutpublic PlainServerSocket()
throws java.io.IOException
java.io.IOExceptionpublic StreamSocket acceptConnection() throws java.io.IOException
acceptConnection in interface StreamServerSocketjava.io.IOExceptionCopyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.