Package jnr.unixsocket.impl
Class AbstractNativeServerSocketChannel
- java.lang.Object
-
- java.nio.channels.spi.AbstractInterruptibleChannel
-
- java.nio.channels.SelectableChannel
-
- java.nio.channels.spi.AbstractSelectableChannel
-
- jnr.enxio.channels.NativeServerSocketChannel
-
- jnr.unixsocket.impl.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
-
-
Constructor Summary
Constructors Constructor Description AbstractNativeServerSocketChannel(int fd)
AbstractNativeServerSocketChannel(java.nio.channels.spi.SelectorProvider provider, int fd, int ops)
-
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.spi.AbstractInterruptibleChannel
begin, close, end, isOpen
-
-