Available on jvm
staticsetSocketFactory(param1:SocketImplFactory):Void
new(param1:SocketImpl)
new(param1:Int, param2:Int, param3:InetAddress)
new(param1:Int, param2:Int)
new(param1:Int)
new()
accept():Socket
bind(param1:SocketAddress):Void
bind(param1:SocketAddress, param2:Int):Void
close():Void
createImpl():Void
getChannel():ServerSocketChannel
getImpl():SocketImpl
getInetAddress():InetAddress
getLocalPort():Int
getLocalSocketAddress():SocketAddress
getReceiveBufferSize():Int
getReuseAddress():Bool
getSoTimeout():Int
finalimplAccept(param1:Socket):Void
isBound():Bool
isClosed():Bool
setBound():Void
setCreated():Void
setPerformancePreferences(param1:Int, param2:Int, param3:Int):Void
setReceiveBufferSize(param1:Int):Void
setReuseAddress(param1:Bool):Void
setSoTimeout(param1:Int):Void
toString():String