The collected stats for a session. It's used by {@link StatCollector} to attachthroughput stats to an {@link IoSession}. You can accces a session stat using {@link IoSession} getAttribute method :
IoSession session = ... IoSessionStat stat = session.getAttribute( StatCollector.KEY );
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.