Class NGUnixDomainServerSocket.NGUnixDomainServerSocketAddress

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    NGUnixDomainServerSocket

    public static class NGUnixDomainServerSocket.NGUnixDomainServerSocketAddress
    extends java.net.SocketAddress
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String path  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPath()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • path

        private final java.lang.String path
    • Constructor Detail

      • NGUnixDomainServerSocketAddress

        public NGUnixDomainServerSocketAddress​(java.lang.String path)
    • Method Detail

      • getPath

        public java.lang.String getPath()