Class MulticastSocket
java.lang.Object
java.net.DatagramSocket
java.net.MulticastSocket
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidjoinGroup(InetAddress var0) voidleaveGroup(InetAddress var0) voidsend(DatagramPacket var0, byte var1) voidsetInterface(InetAddress var0) voidsetTimeToLive(int var0) Methods inherited from class DatagramSocket
close, connect, disconnect, getInetAddress, getLocalAddress, getLocalPort, getPort, getReceiveBufferSize, getSendBufferSize, getSoTimeout, receive, send, setDatagramSocketImplFactory, setReceiveBufferSize, setSendBufferSize, setSoTimeout
-
Constructor Details
-
MulticastSocket
- Throws:
IOException
-
MulticastSocket
- Throws:
IOException
-
-
Method Details
-
getInterface
- Throws:
SocketException
-
getTimeToLive
- Throws:
IOException
-
joinGroup
- Throws:
IOException
-
leaveGroup
- Throws:
IOException
-
send
- Throws:
IOException
-
setInterface
- Throws:
SocketException
-
setTimeToLive
- Throws:
IOException
-