public abstract class AbstractNativeServerSocketChannel
extends jnr.enxio.channels.NativeServerSocketChannel
Constructor and Description |
---|
AbstractNativeServerSocketChannel(int fd) |
AbstractNativeServerSocketChannel(SelectorProvider provider,
int fd,
int ops) |
Modifier and Type | Method and Description |
---|---|
protected void |
implCloseSelectableChannel() |
getFD, implConfigureBlocking, validOps
blockingLock, configureBlocking, implCloseChannel, isBlocking, isRegistered, keyFor, provider, register
register
begin, close, end, isOpen
public AbstractNativeServerSocketChannel(int fd)
public AbstractNativeServerSocketChannel(SelectorProvider provider, int fd, int ops)
protected void implCloseSelectableChannel() throws IOException
implCloseSelectableChannel
in class jnr.enxio.channels.NativeServerSocketChannel
IOException
Copyright © 2020. All rights reserved.