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

java.net socket classes should implement java.io.Closeable

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 7
    • 6
    • core-libs
    • None
    • b06
    • generic
    • solaris_nevada

        Java 1.5 introduced a new interface, java.io.Closeable, that contains a
        single method:
        void close();
        This interface factors out the behavior of having a method that disposes
        of a particular instance, making any system resources associated with it
        available for reuse. Classes in java.io that have a close() method were
        retrofitted to implement this interface.

        Classes in java.net, in particular, the various socket classes, also provide
        a close() method matching this signature and behavior. However, they were
        not retrofitted to implement the Closeable interface. They should be.

              jccollet Jean-Christophe Collet (Inactive)
              duke J. Duke
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: