Package | Description |
---|---|
org.spf4j.io.tcp | |
org.spf4j.io.tcp.proxy |
Modifier and Type | Field and Description |
---|---|
static Comparator<DeadlineAction> |
DeadlineAction.COMPARATOR |
Modifier and Type | Method and Description |
---|---|
void |
ClientHandler.handle(Selector serverSelector,
SocketChannel clientChannel,
ExecutorService exec,
BlockingQueue<Runnable> tasksToRunBySelector,
UpdateablePriorityQueue<DeadlineAction> deadlineActions) |
Constructor and Description |
---|
AcceptorSelectorEventHandler(ServerSocketChannel channel,
ClientHandler clientHandler,
Selector selector,
ExecutorService exec,
BlockingQueue<Runnable> tasksToRunBySelector,
UpdateablePriorityQueue<DeadlineAction> deadlineActions) |
Modifier and Type | Method and Description |
---|---|
void |
ProxyClientHandler.handle(Selector serverSelector,
SocketChannel clientChannel,
ExecutorService exec,
BlockingQueue<Runnable> tasksToRunBySelector,
UpdateablePriorityQueue<DeadlineAction> deadlineActions) |
Copyright © 2018 SPF4J. All rights reserved.