public class NativeServerSocketChannel extends AbstractSelectableChannel implements NativeSelectableChannel
| Constructor and Description |
|---|
NativeServerSocketChannel(int fd) |
NativeServerSocketChannel(SelectorProvider provider,
int fd,
int ops) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFD() |
protected void |
implCloseSelectableChannel() |
protected void |
implConfigureBlocking(boolean block) |
int |
validOps() |
blockingLock, configureBlocking, implCloseChannel, isBlocking, isRegistered, keyFor, provider, registerregisterbegin, close, end, isOpenpublic NativeServerSocketChannel(int fd)
public NativeServerSocketChannel(SelectorProvider provider, int fd, int ops)
protected void implCloseSelectableChannel()
throws IOException
implCloseSelectableChannel in class AbstractSelectableChannelIOExceptionprotected void implConfigureBlocking(boolean block)
throws IOException
implConfigureBlocking in class AbstractSelectableChannelIOExceptionpublic final int validOps()
validOps in class SelectableChannelpublic final int getFD()
getFD in interface NativeSelectableChannelCopyright © 2015. All Rights Reserved.