ServerSocket
package java.net
implements Closeable
Available on java
Static methods
staticsetSocketFactory(param1:SocketImplFactory):Void
Constructor
new(param1:Int, param2:Int, param3:InetAddress)
new()
new(param1:Int)
new(param1:Int, param2:Int)
Methods
accept():Socket
bind(param1:SocketAddress, param2:Int):Void
bind(param1:SocketAddress):Void
close():Void
getChannel():ServerSocketChannel
getInetAddress():InetAddress
getLocalPort():Int
getLocalSocketAddress():SocketAddress
getReceiveBufferSize():Int
getReuseAddress():Bool
getSoTimeout():Int
isBound():Bool
isClosed():Bool
setPerformancePreferences(param1:Int, param2:Int, param3:Int):Void
setReceiveBufferSize(param1:Int):Void
setReuseAddress(param1:Bool):Void
setSoTimeout(param1:Int):Void
toString():String
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/net/ServerSocket.html