public interface Queue
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Runnable command) |
SelectionKey |
register(SelectableChannel channel) |
void execute(Runnable command)
SelectionKey register(SelectableChannel channel) throws ClosedChannelException
ClosedChannelExceptionCopyright © 2017. All rights reserved.