jasco.util.distribution
Class JascoServerSocket

java.lang.Object
  extended by java.net.ServerSocket
      extended by jasco.util.distribution.JascoServerSocket

public class JascoServerSocket
extends java.net.ServerSocket

Author:
lbenavid

Constructor Summary
JascoServerSocket()
           
JascoServerSocket(int port)
           
JascoServerSocket(int port, int backlog)
           
JascoServerSocket(int port, int backlog, java.net.InetAddress bindAddr)
           
 
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, setPerformancePreferences, setReceiveBufferSize, setReuseAddress, setSocketFactory, setSoTimeout, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JascoServerSocket

public JascoServerSocket()
                  throws java.io.IOException
Throws:
java.io.IOException

JascoServerSocket

public JascoServerSocket(int port)
                  throws java.io.IOException
Throws:
java.io.IOException

JascoServerSocket

public JascoServerSocket(int port,
                         int backlog)
                  throws java.io.IOException
Throws:
java.io.IOException

JascoServerSocket

public JascoServerSocket(int port,
                         int backlog,
                         java.net.InetAddress bindAddr)
                  throws java.io.IOException
Throws:
java.io.IOException
Method Detail

accept

public java.net.Socket accept()
                       throws java.io.IOException
Overrides:
accept in class java.net.ServerSocket
Throws:
java.io.IOException