Package com.enterprisedt.util.proxy
Class PlainServerSocket
java.lang.Object
java.net.ServerSocket
com.enterprisedt.util.proxy.PlainServerSocket
- All Implemented Interfaces:
StreamServerSocket,Closeable,AutoCloseable
This class is purely to return a StreamSocket from a server socket
- Version:
- $Revision$
- Author:
- $author$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAccept a connection on this socketMethods inherited from class java.net.ServerSocket
accept, bind, bind, close, getChannel, getInetAddress, getLocalPort, getLocalSocketAddress, getOption, getReceiveBufferSize, getReuseAddress, getSoTimeout, implAccept, isBound, isClosed, setOption, setPerformancePreferences, setReceiveBufferSize, setReuseAddress, setSocketFactory, setSoTimeout, supportedOptions, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.enterprisedt.util.proxy.StreamServerSocket
bind, close, getInetAddress, getLocalPort, getReceiveBufferSize, getSoTimeout, setReceiveBufferSize, setSoTimeout
-
Constructor Details
-
PlainServerSocket
- Throws:
IOException
-
-
Method Details
-
acceptConnection
Accept a connection on this socket- Specified by:
acceptConnectionin interfaceStreamServerSocket- Throws:
IOException
-