-
Enhancement
-
Resolution: Fixed
-
P3
-
None
-
b26
java.net.Socket defines two constructors with a stream parameter that can be specified as "false" to create a datagram socket. These constructors were a mistake and have deprecated since at least Java SE 1.3.
This issue tracks re-visiting these constructors. One option is to mark them as deprecated-for-removal with a view to removing them in a future release. Another alternative is to disallow the stream value be specified as false.
This issue tracks re-visiting these constructors. One option is to mark them as deprecated-for-removal with a view to removing them in a future release. Another alternative is to disallow the stream value be specified as false.
- csr for
-
JDK-8333092 Deprecate for removal Socket constructors to create UDP sockets
-
- Closed
-
- relates to
-
JDK-8333250 Remove the java.net.Socket constructors that allow creating UDP sockets
-
- Open
-