public interface NioChannelHandler
Modifier and Type | Method and Description |
---|---|
SelectableChannel |
getChannel() |
int |
getInterestSet() |
void |
onEnd() |
boolean |
onSelect(NioFiber nioFiber,
NioControls controls,
SelectionKey key) |
void |
onSelectorEnd() |
boolean onSelect(NioFiber nioFiber, NioControls controls, SelectionKey key)
SelectableChannel getChannel()
int getInterestSet()
void onEnd()
void onSelectorEnd()
Copyright © 2017. All Rights Reserved.