Package java.net
Class MulticastSocket
java.lang.Object
java.net.DatagramSocket
java.net.MulticastSocket
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
void
joinGroup
(InetAddress var0) void
leaveGroup
(InetAddress var0) void
send
(DatagramPacket var0, byte var1) void
setInterface
(InetAddress var0) void
setTimeToLive
(int var0) Methods inherited from class java.net.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
-