Static methods

@:throws("java.io.IOException")staticsetDatagramSocketImplFactory(param1:DatagramSocketImplFactory):Void

Constructor

@:throws("java.net.SocketException")new(param1:Int, param2:InetAddress)

@:throws("java.net.SocketException")new()

@:throws("java.net.SocketException")new(param1:SocketAddress)

@:throws("java.net.SocketException")new(param1:Int)

Methods

@:throws("java.net.SocketException")bind(param1:SocketAddress):Void

@:throws("java.net.SocketException")connect(param1:SocketAddress):Void

connect(param1:InetAddress, param2:Int):Void

@:throws("java.net.SocketException")getBroadcast():Bool

@:throws("java.net.SocketException")getReceiveBufferSize():Int

@:throws("java.net.SocketException")getReuseAddress():Bool

@:throws("java.net.SocketException")getSendBufferSize():Int

@:throws("java.net.SocketException")getSoTimeout():Int

@:throws("java.net.SocketException")getTrafficClass():Int

@:throws("java.io.IOException")receive(param1:DatagramPacket):Void

@:throws("java.io.IOException")send(param1:DatagramPacket):Void

@:throws("java.net.SocketException")setBroadcast(param1:Bool):Void

@:throws("java.net.SocketException")setReceiveBufferSize(param1:Int):Void

@:throws("java.net.SocketException")setReuseAddress(param1:Bool):Void

@:throws("java.net.SocketException")setSendBufferSize(param1:Int):Void

@:throws("java.net.SocketException")setSoTimeout(param1:Int):Void

@:throws("java.net.SocketException")setTrafficClass(param1:Int):Void