https://bz.apache.org/bugzilla/show_bug.cgi?id=64850
Bug ID: 64850
Summary: Add support to tomcat for JEP380: Unix domain sockets
Product: Tomcat 10
Version: unspecified
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Connectors
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ------
Native Java unix domain sockets are coming:
https://openjdk.java.net/jeps/380
It appears Tomcat needs to either support the following description, or be
careful to not do anything that would break this description:
Description
To support Unix-domain socket channels we will add the following API elements:
A new socket address class, java.net.UnixDomainSocketAddress;
A UNIX constant value in the existing java.net.StandardProtocolFamily enum;
New open factory methods on SocketChannel and ServerSocketChannel that specify
the protocol family
Updates to the SocketChannel and ServerSocketChannel specifications to specify
how channels to Unix domain sockets behave.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]