irc.security.prv
Class SpecificSUNSecuredServerSocket

java.lang.Object
  |
  +--java.net.ServerSocket
        |
        +--irc.security.prv.SpecificSUNSecuredServerSocket

public class SpecificSUNSecuredServerSocket
extends java.net.ServerSocket

A secured server socket for SUN JVM.


Constructor Summary
SpecificSUNSecuredServerSocket(int port)
          Create a new ServerSocket.
 
Methods inherited from class java.net.ServerSocket
accept, 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

SpecificSUNSecuredServerSocket

public SpecificSUNSecuredServerSocket(int port)
                               throws java.io.IOException
Create a new ServerSocket.

Parameters:
port - port on wich to listener.
Throws:
java.io.IOException - if error occurs.