Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6590021

Need method to say if IGMPv3 is supported

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • None
    • 7
    • core-libs
    • None
    • generic
    • generic

      This RFE is for tracking purposes. As part of JSR-203 multicast support (including source-specific multicast) has been added to NIO. In addition there is a RFE 4403551 that proposes to add source-specific multicast support to MulticastSocket. It would be desirable to supplement this support with a method to test if source-specific multicast is available. The logical place for this is java.net.NetworkInterface where a supportsMulticast-like method could be added. Possible approachs are to add a supportsSourceSpecificMulticast method or a method that returns a Set of the IGMPv3 versions that are supported, eg:

      public enum MulticastProtocol {
          IGMP2,
          IGMP3;
      }

      class NetworkInterface {
           Set<MulticastProtocol> supportedMulticastProtcols();
      }

            Unassigned Unassigned
            alanb Alan Bateman
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Imported:
              Indexed: