Class UnixDomainSocketFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.nio.channels.ServerSocketChannel bind​(java.nio.file.Path path)  
      java.nio.channels.SocketChannel connect​(java.nio.file.Path path)  
      • Methods inherited from class java.lang.Object

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

      • connect

        public java.nio.channels.SocketChannel connect​(java.nio.file.Path path)
                                                throws java.io.IOException
        Specified by:
        connect in interface USocketFactory
        Throws:
        java.io.IOException
      • bind

        public java.nio.channels.ServerSocketChannel bind​(java.nio.file.Path path)
                                                   throws java.io.IOException
        Specified by:
        bind in interface USocketFactory
        Throws:
        java.io.IOException