Package | Description |
---|---|
org.apache.mina.core.filterchain | |
org.apache.mina.filter.executor |
IoFilters that provide flexible thread model and event queue monitoring interface.
|
Modifier and Type | Class and Description |
---|---|
class |
IoFilterEvent
An I/O event or an I/O request that MINA provides for
IoFilter s. |
Modifier and Type | Method and Description |
---|---|
boolean |
IoEventQueueThrottle.accept(Object source,
IoEvent event) |
boolean |
IoEventQueueHandler.accept(Object source,
IoEvent event) |
int |
IoEventSizeEstimator.estimateSize(IoEvent event)
Estimate the IoEvent size in number of bytes
|
int |
DefaultIoEventSizeEstimator.estimateSize(IoEvent event)
Estimate the IoEvent size in number of bytes
|
void |
IoEventQueueThrottle.offered(Object source,
IoEvent event) |
void |
IoEventQueueHandler.offered(Object source,
IoEvent event)
Invoked after the specified event has been offered to the
event queue.
|
void |
IoEventQueueThrottle.polled(Object source,
IoEvent event) |
void |
IoEventQueueHandler.polled(Object source,
IoEvent event)
Invoked after the specified event has been polled from the
event queue.
|
Copyright © 2004–2016 Apache MINA Project. All rights reserved.