boolean |
IoEventQueueHandler.accept(java.lang.Object source,
IoEvent event) |
|
boolean |
IoEventQueueThrottle.accept(java.lang.Object source,
IoEvent event) |
int |
DefaultIoEventSizeEstimator.estimateSize(IoEvent event) |
Estimate the IoEvent size in number of bytes
|
int |
IoEventSizeEstimator.estimateSize(IoEvent event) |
Estimate the IoEvent size in number of bytes
|
void |
IoEventQueueHandler.offered(java.lang.Object source,
IoEvent event) |
Invoked after the specified event has been offered to the
event queue.
|
void |
IoEventQueueThrottle.offered(java.lang.Object source,
IoEvent event) |
Invoked after the specified event has been offered to the
event queue.
|
void |
IoEventQueueHandler.polled(java.lang.Object source,
IoEvent event) |
Invoked after the specified event has been polled from the
event queue.
|
void |
IoEventQueueThrottle.polled(java.lang.Object source,
IoEvent event) |
Invoked after the specified event has been polled from the
event queue.
|