java.net
Class MulticastSocket
java.lang.Object
java.net.DatagramSocket
java.net.MulticastSocket
public class MulticastSocket
- extends DatagramSocket
Methods inherited from class java.net.DatagramSocket |
close, connect, disconnect, getInetAddress, getLocalAddress, getLocalPort, getPort, getReceiveBufferSize, getSendBufferSize, getSoTimeout, receive, send, setDatagramSocketImplFactory, setReceiveBufferSize, setSendBufferSize, setSoTimeout |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MulticastSocket
public MulticastSocket()
throws IOException
- Throws:
IOException
MulticastSocket
public MulticastSocket(int var0)
throws IOException
- Throws:
IOException
getInterface
public InetAddress getInterface()
throws SocketException
- Throws:
SocketException
getTimeToLive
public int getTimeToLive()
throws IOException
- Throws:
IOException
joinGroup
public void joinGroup(InetAddress var0)
throws IOException
- Throws:
IOException
leaveGroup
public void leaveGroup(InetAddress var0)
throws IOException
- Throws:
IOException
send
public void send(DatagramPacket var0,
byte var1)
throws IOException
- Throws:
IOException
setInterface
public void setInterface(InetAddress var0)
throws SocketException
- Throws:
SocketException
setTimeToLive
public void setTimeToLive(int var0)
throws IOException
- Throws:
IOException
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.