Package | Description |
---|---|
org.apache.mina.proxy.event |
Modifier and Type | Method | Description |
---|---|---|
IoSessionEventType |
IoSessionEvent.getType() |
|
static IoSessionEventType |
IoSessionEventType.valueOf(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.
|
Constructor | Description |
---|---|
IoSessionEvent(IoFilter.NextFilter nextFilter,
IoSession session,
IoSessionEventType type) |
Creates an instance of this class when event type differs from
IDLE . |
Copyright © 2004–2018 Apache MINA Project. All rights reserved.