Class IoSessionEvent


  • public class IoSessionEvent
    extends Object
    IoSessionEvent.java - Wrapper Class for enqueued events.
    Since:
    MINA 2.0.0-M3
    Author:
    Apache MINA Project
    • Method Detail

      • deliverEvent

        public void deliverEvent()
        Delivers this event to the next filter.
      • getStatus

        public IdleStatus getStatus()
        Returns:
        the idle status of the event
      • getNextFilter

        public IoFilter.NextFilter getNextFilter()
        Returns:
        the next filter to which the event should be sent.
      • getSession

        public IoSession getSession()
        Returns:
        the session on which the event occurred.