Class UnixServerSocket


  • public class UnixServerSocket
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      UnixSocket accept()  
      void bind​(java.net.SocketAddress endpoint)  
      void bind​(java.net.SocketAddress endpoint, int backlog)  
      • Methods inherited from class java.lang.Object

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

      • UnixServerSocket

        public UnixServerSocket()
                         throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • accept

        public UnixSocket accept()
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • bind

        public void bind​(java.net.SocketAddress endpoint)
                  throws java.io.IOException
        Throws:
        java.io.IOException
      • bind

        public void bind​(java.net.SocketAddress endpoint,
                         int backlog)
                  throws java.io.IOException
        Throws:
        java.io.IOException