Uses of Enum
org.apache.mina.proxy.event.IoSessionEventType
Packages that use IoSessionEventType
-
Uses of IoSessionEventType in org.apache.mina.proxy.event
Subclasses with type arguments of type IoSessionEventType in org.apache.mina.proxy.eventModifier and TypeClassDescriptionenumIoSessionEventType.java - Enumerates session event types.Fields in org.apache.mina.proxy.event declared as IoSessionEventTypeModifier and TypeFieldDescriptionprivate final IoSessionEventTypeIoSessionEvent.typeThe event type.Methods in org.apache.mina.proxy.event that return IoSessionEventTypeModifier and TypeMethodDescriptionIoSessionEvent.getType()static IoSessionEventTypeReturns 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.Methods in org.apache.mina.proxy.event with parameters of type IoSessionEventTypeModifier and TypeMethodDescriptionprivate static voidIoSessionEvent.deliverEvent(IoFilter.NextFilter nextFilter, IoSession session, IoSessionEventType type, IdleStatus status) Static method which effectively delivers the specified event to the next filternextFilteron thesession.Constructors in org.apache.mina.proxy.event with parameters of type IoSessionEventTypeModifierConstructorDescriptionIoSessionEvent(IoFilter.NextFilter nextFilter, IoSession session, IoSessionEventType type) Creates an instance of this class when event type differs fromIoSessionEventType.IDLE.