Multicastpublic class Multicast extends Object
Methods Summary |
---|
public static native int | hops(long sock, int ttl)Set the Multicast Time to Live (ttl) for a multicast transmission.
| public static native int | join(long sock, long join, long iface, long source)Join a Multicast Group
| public static native int | leave(long sock, long addr, long iface, long source)Leave a Multicast Group. All arguments must be the same as
apr_mcast_join.
| public static native int | loopback(long sock, boolean opt)Toggle IP Multicast Loopback
| public static native int | ointerface(long sock, long iface)Set the Interface to be used for outgoing Multicast Transmissions.
|
|