public class MulticastSocket extends DatagramSocket
| Constructor and Description |
|---|
MulticastSocket() |
MulticastSocket(int var0) |
| Modifier and Type | Method and Description |
|---|---|
InetAddress |
getInterface() |
int |
getTimeToLive() |
void |
joinGroup(InetAddress var0) |
void |
leaveGroup(InetAddress var0) |
void |
send(DatagramPacket var0,
byte var1) |
void |
setInterface(InetAddress var0) |
void |
setTimeToLive(int var0) |
close, connect, disconnect, getInetAddress, getLocalAddress, getLocalPort, getPort, getReceiveBufferSize, getSendBufferSize, getSoTimeout, receive, send, setDatagramSocketImplFactory, setReceiveBufferSize, setSendBufferSize, setSoTimeoutpublic MulticastSocket()
throws IOException
IOExceptionpublic MulticastSocket(int var0)
throws IOException
IOExceptionpublic InetAddress getInterface() throws SocketException
SocketExceptionpublic int getTimeToLive()
throws IOException
IOExceptionpublic void joinGroup(InetAddress var0) throws IOException
IOExceptionpublic void leaveGroup(InetAddress var0) throws IOException
IOExceptionpublic void send(DatagramPacket var0, byte var1) throws IOException
IOExceptionpublic void setInterface(InetAddress var0) throws SocketException
SocketExceptionpublic void setTimeToLive(int var0)
throws IOException
IOException