Hi All

The IOSessionImpl maintains the session established and last read/write times which would be valuable for connection debugging especially on a timeout or disconnection. Will there be any objections to making the following methods public?

thanks
asankha

    synchronized long getStartedTime() {
        return this.startedTime;
    }

    synchronized long getLastReadTime() {
        return this.lastReadTime;
    }

    synchronized long getLastWriteTime() {
        return this.lastWriteTime;
    }

    synchronized long getLastAccessTime() {
        return this.lastAccessTime;
    }

--
Asankha C. Perera
AdroitLogic, http://adroitlogic.org

http://esbmagic.blogspot.com





---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to