-
Bug
-
Resolution: Fixed
-
P3
-
13
-
b25
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8226073 | 14 | Chris Hegarty | P3 | Resolved | Fixed | team |
Prior to JDK-8221481, there was just a single default SocketImpl, the
"plain" socket impl. There are now two, PlainSocketImpl and
NioSocketImpl, the latter being the default. The former can be selected
as the default by setting the `jdk.net.usePlainSocketImpl` system
property, further information an be found in the Implementation
Note of` java.net.SocketImpl`.
The term "plain" is mentioned in a few places in the specification of
j.n.Socket and j.n.ServerSocket. This should be updated to
"system-default", which is the agreed term postJDK-8221481.
"plain" socket impl. There are now two, PlainSocketImpl and
NioSocketImpl, the latter being the default. The former can be selected
as the default by setting the `jdk.net.usePlainSocketImpl` system
property, further information an be found in the Implementation
Note of` java.net.SocketImpl`.
The term "plain" is mentioned in a few places in the specification of
j.n.Socket and j.n.ServerSocket. This should be updated to
"system-default", which is the agreed term post
- backported by
-
JDK-8226073 Replace plain with system-default in Socket and ServerSocket
-
- Resolved
-
- csr for
-
JDK-8225480 Document that the no-args Socket constructor uses the client socket implementation factory
-
- Closed
-