public static interface SelectorManager.SelectableEndPoint extends EndPoint
SelectorManager.SelectableEndPoint
is an EndPoint
that wish to be notified of
non-blocking events by the SelectorManager.ManagedSelector
.Modifier and Type | Method and Description |
---|---|
void |
onSelected()
Callback method invoked when a read or write events has been detected by the
SelectorManager.ManagedSelector
for this endpoint. |
close, fill, fillInterested, flush, getConnection, getCreatedTimeStamp, getIdleTimeout, getLocalAddress, getRemoteAddress, getTransport, isInputShutdown, isOpen, isOutputShutdown, onClose, onOpen, setConnection, setIdleTimeout, shutdownOutput, write
void onSelected()
Callback method invoked when a read or write events has been detected by the SelectorManager.ManagedSelector
for this endpoint.
Copyright © 1995-2015 Webtide. All Rights Reserved.