| Package | Description |
|---|---|
| org.apache.mina.proxy.event |
| Modifier and Type | Field and Description |
|---|---|
private IoSessionEventType |
IoSessionEvent.type
The event type.
|
| Modifier and Type | Method and Description |
|---|---|
IoSessionEventType |
IoSessionEvent.getType()
Returns the event type that occured.
|
static IoSessionEventType |
IoSessionEventType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IoSessionEventType[] |
IoSessionEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private static void |
IoSessionEvent.deliverEvent(IoFilter.NextFilter nextFilter,
IoSession session,
IoSessionEventType type,
IdleStatus status)
Static method which effectively delivers the specified event to the next filter
nextFilter on the session. |
| Constructor and Description |
|---|
IoSessionEvent(IoFilter.NextFilter nextFilter,
IoSession session,
IoSessionEventType type)
Creates an instance of this class when event type differs from
IDLE. |