irc.security
Class SpecificMSSecuredServerSocket

java.lang.Object
  |
  +--java.net.ServerSocket
        |
        +--irc.security.SpecificMSSecuredServerSocket

public synchronized class SpecificMSSecuredServerSocket
extends java.net.ServerSocket


Constructor Summary
SpecificMSSecuredServerSocket(int)
           
 
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

SpecificMSSecuredServerSocket

public SpecificMSSecuredServerSocket(int)
                              throws java.io.IOException
Method Detail

accept

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