public class HTTPAcceptHandler extends java.lang.Object implements SelectionHandler
Constructor and Description |
---|
HTTPAcceptHandler(HTTPServer server) |
Modifier and Type | Method and Description |
---|---|
int |
getDefaultInterestSet() |
void |
handleSelection(java.nio.channels.SelectionKey selectionKey) |
void |
onRegister(java.nio.channels.SelectionKey key) |
public HTTPAcceptHandler(HTTPServer server)
public void handleSelection(java.nio.channels.SelectionKey selectionKey)
handleSelection
in interface SelectionHandler
public int getDefaultInterestSet()
getDefaultInterestSet
in interface SelectionHandler
public void onRegister(java.nio.channels.SelectionKey key)
onRegister
in interface SelectionHandler