| java.lang.Object java.nio.channels.Selector java.nio.channels.spi.AbstractSelector org.apache.harmony.nio.internal.EpollSelectorImpl
Method Summary | |
native static long | addFileDescriptor(long epollFD, int mode, int fd) | native static long | delFileDescriptor(long epollFD, long fd) | native static int | epoll(long epollFD, int count, int[] FDs, int[] ops, long timeout) | protected void | implCloseSelector() | public synchronized Set<SelectionKey> | keys() | void | modKey(SelectionKey sk) | native static long | prepare() | protected SelectionKey | register(AbstractSelectableChannel channel, int operations, Object attachment) | native static int | resolveFD(Class cfd, FileDescriptor ofd) | public int | select() | public int | select(long timeout) | public int | selectNow() | public synchronized Set<SelectionKey> | selectedKeys() | public Selector | wakeup() |
fileDescriptorClass | public Class fileDescriptorClass(Code) | | |
keySetChanged | boolean keySetChanged(Code) | | |
addFileDescriptor | native static long addFileDescriptor(long epollFD, int mode, int fd)(Code) | | |
delFileDescriptor | native static long delFileDescriptor(long epollFD, long fd)(Code) | | |
epoll | native static int epoll(long epollFD, int count, int[] FDs, int[] ops, long timeout)(Code) | | |
prepare | native static long prepare()(Code) | | |
resolveFD | native static int resolveFD(Class cfd, FileDescriptor ofd)(Code) | | |
|
|