Class AbstractNativeServerSocketChannel

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

    public abstract class AbstractNativeServerSocketChannel
    extends jnr.enxio.channels.NativeServerSocketChannel
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void implCloseSelectableChannel()  
      • Methods inherited from class jnr.enxio.channels.NativeServerSocketChannel

        getFD, 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
    • Constructor Detail

      • AbstractNativeServerSocketChannel

        public AbstractNativeServerSocketChannel​(int fd)
      • AbstractNativeServerSocketChannel

        public AbstractNativeServerSocketChannel​(java.nio.channels.spi.SelectorProvider provider,
                                                 int fd,
                                                 int ops)
    • Method Detail

      • implCloseSelectableChannel

        protected void implCloseSelectableChannel()
                                           throws java.io.IOException
        Overrides:
        implCloseSelectableChannel in class jnr.enxio.channels.NativeServerSocketChannel
        Throws:
        java.io.IOException