edu.emory.mathcs.rmix.transport
Class PlainServerSocket

java.lang.Object
  extended byjava.net.ServerSocket
      extended byedu.emory.mathcs.rmix.transport.PlainServerSocket

public class PlainServerSocket
extends java.net.ServerSocket


Constructor Summary
PlainServerSocket(java.net.InetSocketAddress addr)
           
PlainServerSocket(java.net.InetSocketAddress addr, int backlog)
           
PlainServerSocket(int port)
           
PlainServerSocket(int port, int backlog)
           
 
Method Summary
 java.net.Socket accept()
           
 
Methods inherited from class java.net.ServerSocket
bind, bind, close, getChannel, getInetAddress, getLocalPort, getLocalSocketAddress, getReceiveBufferSize, getReuseAddress, getSoTimeout, implAccept, isBound, isClosed, setReceiveBufferSize, setReuseAddress, setSocketFactory, setSoTimeout, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PlainServerSocket

public PlainServerSocket(java.net.InetSocketAddress addr)
                  throws java.io.IOException

PlainServerSocket

public PlainServerSocket(java.net.InetSocketAddress addr,
                         int backlog)
                  throws java.io.IOException

PlainServerSocket

public PlainServerSocket(int port)
                  throws java.io.IOException

PlainServerSocket

public PlainServerSocket(int port,
                         int backlog)
                  throws java.io.IOException
Method Detail

accept

public java.net.Socket accept()
                       throws java.io.IOException
Throws:
java.io.IOException