-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
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.
- blocks
-
JDK-8195160 Add support for rsockets
- Open
- csr for
-
JDK-8213217 Add protected constructor java.net.ServerSocket(SocketImpl)
- Closed
- relates to
-
JDK-8213784 Creating a custom SocketImpl
- Open
- links to