Class Jre20Compat

    • Constructor Detail

      • Jre20Compat

        public Jre20Compat()
    • Method Detail

      • setNamedGroupsMethod

        public void setNamedGroupsMethod​(java.lang.Object sslParameters,
                                         java.lang.String[] names)
        Description copied from class: JreCompat
        TLS groups configuration from JSSE API in Java 20.
        Overrides:
        setNamedGroupsMethod in class JreCompat
        Parameters:
        sslParameters - the parameters object
        names - the names of the groups to enable
      • getUnixDomainSocketAddress

        public java.net.SocketAddress getUnixDomainSocketAddress​(java.lang.String path)
        Description copied from class: JreCompat
        Return Unix domain socket address for given path.
        Overrides:
        getUnixDomainSocketAddress in class JreCompat
        Parameters:
        path - The path
        Returns:
        the socket address
      • openUnixDomainServerSocketChannel

        public java.nio.channels.ServerSocketChannel openUnixDomainServerSocketChannel()
        Description copied from class: JreCompat
        Create server socket channel using the Unix domain socket ProtocolFamily.
        Overrides:
        openUnixDomainServerSocketChannel in class JreCompat
        Returns:
        the server socket channel
      • openUnixDomainSocketChannel

        public java.nio.channels.SocketChannel openUnixDomainSocketChannel()
        Description copied from class: JreCompat
        Create socket channel using the Unix domain socket ProtocolFamily.
        Overrides:
        openUnixDomainSocketChannel in class JreCompat
        Returns:
        the socket channel