Class Jre22Compat

    • Constructor Detail

      • Jre22Compat

        public Jre22Compat()
    • Method Detail

      • 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