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, setSoTimeout
public MulticastSocket() throws IOException
IOException
public MulticastSocket(int var0) throws IOException
IOException
public InetAddress getInterface() throws SocketException
SocketException
public int getTimeToLive() throws IOException
IOException
public void joinGroup(InetAddress var0) throws IOException
IOException
public void leaveGroup(InetAddress var0) throws IOException
IOException
public void send(DatagramPacket var0, byte var1) throws IOException
IOException
public void setInterface(InetAddress var0) throws SocketException
SocketException
public void setTimeToLive(int var0) throws IOException
IOException
Copyright © 2006–2013 OSGi Alliance. All rights reserved.