| java.lang.Object org.apache.harmony.luni.net.GenericIPMreq
GenericIPMreq | final class GenericIPMreq (Code) | | This class provides is used to pass the information required in an ip_mreq or
ip6_mreq structure to java natives. We don't have accessor methods as it is
more straight forward in the natives to simply access the fields directly
|
GenericIPMreq | GenericIPMreq(InetAddress addr)(Code) | | This constructor is used to create an instance of the object
Parameters: addr - multicast address to join/leave |
GenericIPMreq | GenericIPMreq(InetAddress addr, NetworkInterface netInterface)(Code) | | This constructor is used to create an instance of the object
Parameters: addr - multicast address to join/leave Parameters: netInterface - the NetworkInterface object identifying the interfaceon which to join/leave |
|
|