-
Type:
Enhancement
-
Resolution: Unresolved
-
Priority:
P4
-
None
-
Affects Version/s: None
-
Component/s: core-libs
-
generic
-
generic
ADDITIONAL SYSTEM INFORMATION :
java 21.0.8
A DESCRIPTION OF THE PROBLEM :
Update methods to accept SocketAddress instead of InetSocketAddress to enable compatibility with UnixDomainSocketAddress. This would allow usage such as java -m jdk.httpserver -b unix://asdf.sock.
Make the backlog parameter optional so it does not need to be specified in all use cases.
java 21.0.8
A DESCRIPTION OF THE PROBLEM :
Update methods to accept SocketAddress instead of InetSocketAddress to enable compatibility with UnixDomainSocketAddress. This would allow usage such as java -m jdk.httpserver -b unix://asdf.sock.
Make the backlog parameter optional so it does not need to be specified in all use cases.
- relates to
-
JDK-8275838 java.net.http client does not work over unix domain sockets
-
- In Progress
-