Class UnixServerSocketChannel

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, java.nio.channels.Channel, java.nio.channels.InterruptibleChannel, jnr.enxio.channels.NativeSelectableChannel

    public class UnixServerSocketChannel
    extends jnr.enxio.channels.NativeServerSocketChannel
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      UnixSocketChannel accept()  
      UnixSocketAddress getLocalSocketAddress()  
      UnixSocketAddress getRemoteSocketAddress()  
      static UnixServerSocketChannel open()  
      UnixServerSocket socket()  
      • Methods inherited from class jnr.enxio.channels.NativeServerSocketChannel

        getFD, implCloseSelectableChannel, implConfigureBlocking, validOps
      • Methods inherited from class java.nio.channels.spi.AbstractSelectableChannel

        blockingLock, configureBlocking, implCloseChannel, isBlocking, isRegistered, keyFor, provider, register
      • Methods inherited from class java.nio.channels.SelectableChannel

        register
      • Methods inherited from class java.nio.channels.spi.AbstractInterruptibleChannel

        begin, close, end, isOpen
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.nio.channels.Channel

        isOpen