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:
Closeable,AutoCloseable,Channel,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(SelectorProvider provider, int fd, int ops)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidimplCloseSelectableChannel()-
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
-
-
-
-
Constructor Detail
-
AbstractNativeServerSocketChannel
public AbstractNativeServerSocketChannel(int fd)
-
AbstractNativeServerSocketChannel
public AbstractNativeServerSocketChannel(SelectorProvider provider, int fd, int ops)
-
-
Method Detail
-
implCloseSelectableChannel
protected void implCloseSelectableChannel() throws IOException- Overrides:
implCloseSelectableChannelin classjnr.enxio.channels.NativeServerSocketChannel- Throws:
IOException
-
-