public interface ClientHandler
Modifier and Type | Method and Description |
---|---|
void |
handle(Selector serverSelector,
SocketChannel clientChannel,
ExecutorService exec,
BlockingQueue<Runnable> tasksToRunBySelector,
UpdateablePriorityQueue<DeadlineAction> deadlineActions) |
void handle(Selector serverSelector, SocketChannel clientChannel, ExecutorService exec, BlockingQueue<Runnable> tasksToRunBySelector, UpdateablePriorityQueue<DeadlineAction> deadlineActions) throws IOException
IOException
Copyright © 2018 SPF4J. All rights reserved.