ist.palcom.base.networking
Class MulticastSocket

java.lang.Object
  extended by ist.palcom.base.Object
      extended by ist.palcom.base.Channel
          extended by ist.palcom.base.networking.DatagramSocket
              extended by ist.palcom.base.networking.MulticastSocket

public class MulticastSocket
extends DatagramSocket


Field Summary
 
Fields inherited from class ist.palcom.base.networking.DatagramSocket
onlyLoopback, socket
 
Constructor Summary
MulticastSocket()
           
MulticastSocket(int port)
           
 
Method Summary
protected  java.net.DatagramSocket createSocket()
           
protected  java.net.DatagramSocket createSocket(int port)
           
 void joinGroup(java.lang.String address)
           
 void leaveGroup(java.lang.String address)
           
 
Methods inherited from class ist.palcom.base.networking.DatagramSocket
close, dataAvailable, getLocalAddress, getPort, getReceiveBufferSize, getSendBufferSize, receive, send, setReceiveBufferSize, setSendBufferSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MulticastSocket

public MulticastSocket()
                throws java.io.IOException
Throws:
java.io.IOException

MulticastSocket

public MulticastSocket(int port)
                throws java.io.IOException
Throws:
java.io.IOException
Method Detail

createSocket

protected java.net.DatagramSocket createSocket()
                                        throws java.io.IOException
Overrides:
createSocket in class DatagramSocket
Throws:
java.io.IOException

createSocket

protected java.net.DatagramSocket createSocket(int port)
                                        throws java.io.IOException
Overrides:
createSocket in class DatagramSocket
Throws:
java.io.IOException

joinGroup

public void joinGroup(java.lang.String address)
               throws java.io.IOException
Throws:
java.io.IOException

leaveGroup

public void leaveGroup(java.lang.String address)
                throws java.io.IOException
Throws:
java.io.IOException