org.jruby.ext.socket
Class MulticastStateManager

java.lang.Object
  extended by org.jruby.ext.socket.MulticastStateManager

public class MulticastStateManager
extends java.lang.Object

Author:
Joshua Go

Field Summary
static int IP_ADD_MEMBERSHIP
           
 
Constructor Summary
MulticastStateManager()
           
 
Method Summary
 void addMembership(byte[] ipaddr_buf)
           
 java.net.MulticastSocket getMulticastSocket()
           
 void rebindToPort(int port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IP_ADD_MEMBERSHIP

public static final int IP_ADD_MEMBERSHIP
See Also:
Constant Field Values
Constructor Detail

MulticastStateManager

public MulticastStateManager()
Method Detail

addMembership

public void addMembership(byte[] ipaddr_buf)
                   throws java.io.IOException
Throws:
java.io.IOException

rebindToPort

public void rebindToPort(int port)
                  throws java.io.IOException
Throws:
java.io.IOException

getMulticastSocket

public java.net.MulticastSocket getMulticastSocket()


Copyright © 2002-2009 JRuby Team. All Rights Reserved.