Uses of Class
org.apache.mina.proxy.event.IoSessionEventType
-
Packages that use IoSessionEventType Package Description org.apache.mina.proxy.event -
-
Uses of IoSessionEventType in org.apache.mina.proxy.event
Methods in org.apache.mina.proxy.event that return IoSessionEventType 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.Constructors in org.apache.mina.proxy.event with parameters of type IoSessionEventType Constructor Description IoSessionEvent(IoFilter.NextFilter nextFilter, IoSession session, IoSessionEventType type)
Creates an instance of this class when event type differs fromIDLE
.
-