DatagramChannel implementations

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P5
    • 1.4.0
    • Affects Version/s: 1.4.0
    • Component/s: core-libs
    • beta
    • sparc
    • solaris_7
    • Verified

      DatagramChannel implementations throws NYI


      harshad.vilekar@eng 2001-03-07
      SelectorProvider.openDatagramChannel() throws UnsupportedOperationException
      ------------- Test Code ----------------------
      try {
         SelectorProvider sp = SelectorProvider.provider() ;
         java.nio.DatagramChannel dc = sp.openDatagramChannel();
      } catch (Exception e) {
      // catch block
      }
      ------------- result -------------------------
      java.lang.UnsupportedOperationException: NYI
              at sun.nio.ch.SelectorProviderImpl.openDatagramChannel(SelectorProviderImpl.java:25)

            Assignee:
            Michael Mccloskey (Inactive)
            Reporter:
            Michael Mccloskey (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: