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

Change ServerSocket(SocketImpl impl) constructor to protected access

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 12
    • None
    • core-libs
    • b19
    • generic
    • generic

      The constructor ServerSocket(SocketImpl impl) currently has package private access in java.net. This is asymmetric with the corresponding constructor in java.net.Socket which is protected. It would be useful to change ServerSocket(SocketImpl impl) to have protected access.

            bpb Brian Burkhalter
            bpb Brian Burkhalter
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: