Class SessionHandle


  • @Deprecated
    public class SessionHandle
    extends java.lang.Object
    Deprecated.
    (4.2) use IOSessionImpl
    Session handle class used by I/O reactor implementations to keep a reference to a IOSession along with information about time of last I/O operations on that session.
    Since:
    4.0
    • Constructor Detail

      • SessionHandle

        public SessionHandle​(IOSession session)
        Deprecated.
    • Method Detail

      • getSession

        public IOSession getSession()
        Deprecated.
      • getStartedTime

        public long getStartedTime()
        Deprecated.
      • getLastReadTime

        public long getLastReadTime()
        Deprecated.
      • getLastWriteTime

        public long getLastWriteTime()
        Deprecated.
      • getLastAccessTime

        public long getLastAccessTime()
        Deprecated.
      • resetLastRead

        public void resetLastRead()
        Deprecated.
      • resetLastWrite

        public void resetLastWrite()
        Deprecated.