class java.net.ServerSocket implements Closeable
Available on java
static function setSocketFactory(param1:SocketImplFactory):Void
function new():Void
function new(param1:Int, param2:Int, param3:InetAddress):Void
function new(param1:Int, param2:Int):Void
function new(param1:Int):Void
function accept():Socket
function bind(param1:SocketAddress):Void
function bind(param1:SocketAddress, param2:Int):Void
function close():Void
function getChannel():ServerSocketChannel
function getInetAddress():InetAddress
function getLocalPort():Int
function getLocalSocketAddress():SocketAddress
function getReceiveBufferSize():Int
function getReuseAddress():Bool
function getSoTimeout():Int
function isBound():Bool
function isClosed():Bool
function setPerformancePreferences(param1:Int, param2:Int, param3:Int):Void
function setReceiveBufferSize(param1:Int):Void
function setReuseAddress(param1:Bool):Void
function setSoTimeout(param1:Int):Void
function toString():String