|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IoSessionEventType | |
---|---|
org.apache.mina.proxy.event |
Uses of IoSessionEventType in org.apache.mina.proxy.event |
---|
Methods in org.apache.mina.proxy.event that return IoSessionEventType | |
---|---|
IoSessionEventType |
IoSessionEvent.getType()
Returns the event type that occured. |
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're declared. |
Constructors in org.apache.mina.proxy.event with parameters of type IoSessionEventType | |
---|---|
IoSessionEvent(IoFilter.NextFilter nextFilter,
IoSession session,
IoSessionEventType type)
Creates an instance of this class when event type differs from IDLE . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |