Package org.apache.tomcat.util.compat
Class Jre22Compat
java.lang.Object
org.apache.tomcat.util.compat.JreCompat
org.apache.tomcat.util.compat.Jre19Compat
org.apache.tomcat.util.compat.Jre21Compat
org.apache.tomcat.util.compat.Jre22Compat
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturn Unix domain socket address for given path.Create server socket channel using the Unix domain socket ProtocolFamily.Create socket channel using the Unix domain socket ProtocolFamily.Methods inherited from class org.apache.tomcat.util.compat.Jre21CompatcreateVirtualThreadBuilder, threadBuilderStartMethods inherited from class org.apache.tomcat.util.compat.Jre19CompatgetExecutorMethods inherited from class org.apache.tomcat.util.compat.JreCompatgetInstance, isGraalAvailable, isJre16Available, isJre19Available, isJre21Available, isJre22Available
- 
Constructor Details- 
Jre22Compatpublic Jre22Compat()
 
- 
- 
Method Details- 
getUnixDomainSocketAddressDescription copied from class:JreCompatReturn Unix domain socket address for given path.- Overrides:
- getUnixDomainSocketAddressin class- JreCompat
- Parameters:
- path- The path
- Returns:
- the socket address
 
- 
openUnixDomainServerSocketChannelDescription copied from class:JreCompatCreate server socket channel using the Unix domain socket ProtocolFamily.- Overrides:
- openUnixDomainServerSocketChannelin class- JreCompat
- Returns:
- the server socket channel
 
- 
openUnixDomainSocketChannelDescription copied from class:JreCompatCreate socket channel using the Unix domain socket ProtocolFamily.- Overrides:
- openUnixDomainSocketChannelin class- JreCompat
- Returns:
- the socket channel
 
 
-