Class DomainSocketAddressUtils

java.lang.Object
reactor.netty.transport.DomainSocketAddressUtils

public final class DomainSocketAddressUtils extends Object
Internal utility class for UDS on Java 8.
Since:
1.2.0
Author:
Violeta Georgieva
  • Method Details

    • isDomainSocketAddress

      public static boolean isDomainSocketAddress(SocketAddress socketAddress)
      Returns whether the SocketAddress is DomainSocketAddress.
      Parameters:
      socketAddress - the SocketAddress to test
      Returns:
      whether the SocketAddress is DomainSocketAddress
    • path

      public static String path(SocketAddress socketAddress)
      Returns the path to the domain socket.
      Parameters:
      socketAddress - the SocketAddress to test
      Returns:
      the path to the domain socket