Class UnixSocketAddress


  • public class UnixSocketAddress
    extends Object
    Represents an address for a Unix Socket
    • Constructor Detail

      • UnixSocketAddress

        public UnixSocketAddress​(String path,
                                 boolean abs)
        Create the address.
        Parameters:
        path - The path to the Unix Socket.
        abs - True if this should be an abstract socket.
      • UnixSocketAddress

        public UnixSocketAddress​(String path)
        Create the address.
        Parameters:
        path - The path to the Unix Socket.
    • Method Detail

      • getPath

        public String getPath()
        Return the path.
      • isAbstract

        public boolean isAbstract()
        Returns true if this an address for an abstract socket.
      • toString

        public String toString()
        Return the Address as a String.
        Overrides:
        toString in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object