|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.net.ServerSocket
com.enterprisedt.util.proxy.PlainServerSocket
public class PlainServerSocket
This class is purely to return a StreamSocket from a server socket
| Constructor Summary | |
|---|---|
PlainServerSocket()
|
|
| Method Summary | |
|---|---|
StreamSocket |
acceptConnection()
Accept a connection on this socket |
| Methods inherited from class java.net.ServerSocket |
|---|
accept, bind, bind, close, getChannel, getInetAddress, getLocalPort, getLocalSocketAddress, getReceiveBufferSize, getReuseAddress, getSoTimeout, implAccept, isBound, isClosed, setPerformancePreferences, setReceiveBufferSize, setReuseAddress, setSocketFactory, setSoTimeout, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.enterprisedt.util.proxy.StreamServerSocket |
|---|
bind, close, getInetAddress, getLocalPort, getReceiveBufferSize, getSoTimeout, setReceiveBufferSize, setSoTimeout |
| Constructor Detail |
|---|
public PlainServerSocket()
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public StreamSocket acceptConnection()
throws java.io.IOException
acceptConnection in interface StreamServerSocketjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||