Uses of Class
org.apache.mina.proxy.event.IoSessionEventType

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 are 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.
 



Copyright © 2004-2012 Apache MINA Project. All Rights Reserved.