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 | Description |
---|---|---|
class |
IoFilterEvent |
An I/O event or an I/O request that MINA provides for
IoFilter s. |
Modifier and Type | Method | Description |
---|---|---|
boolean |
IoEventQueueHandler.accept(Object source,
IoEvent event) |
|
boolean |
IoEventQueueThrottle.accept(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(Object source,
IoEvent event) |
Invoked after the specified event has been offered to the
event queue.
|
void |
IoEventQueueThrottle.offered(Object source,
IoEvent event) |
|
void |
IoEventQueueHandler.polled(Object source,
IoEvent event) |
Invoked after the specified event has been polled from the
event queue.
|
void |
IoEventQueueThrottle.polled(Object source,
IoEvent event) |
Copyright © 2004–2018 Apache MINA Project. All rights reserved.