package java.net
implements Closeable
Available on java
staticsetDatagramSocketImplFactory(param1:DatagramSocketImplFactory):Voidnew(param1:Int, param2:InetAddress)new()new(param1:SocketAddress)new(param1:Int)bind(param1:SocketAddress):Voidclose():Voidconnect(param1:SocketAddress):Voidconnect(param1:InetAddress, param2:Int):Voiddisconnect():VoidgetBroadcast():BoolgetChannel():DatagramChannelgetInetAddress():InetAddressgetLocalAddress():InetAddressgetLocalPort():IntgetLocalSocketAddress():SocketAddressgetPort():IntgetReceiveBufferSize():IntgetRemoteSocketAddress():SocketAddressgetReuseAddress():BoolgetSendBufferSize():IntgetSoTimeout():IntgetTrafficClass():IntisBound():BoolisClosed():BoolisConnected():Boolreceive(param1:DatagramPacket):Voidsend(param1:DatagramPacket):VoidsetBroadcast(param1:Bool):VoidsetReceiveBufferSize(param1:Int):VoidsetReuseAddress(param1:Bool):VoidsetSendBufferSize(param1:Int):VoidsetSoTimeout(param1:Int):VoidsetTrafficClass(param1:Int):Void
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/net/DatagramSocket.html