Uses of Interface
com.google.code.yanf4j.statistics.Statistics
-
Packages that use Statistics Package Description com.google.code.yanf4j.core Networking core packagecom.google.code.yanf4j.core.impl com.google.code.yanf4j.nio Nio implementationcom.google.code.yanf4j.statistics.impl -
-
Uses of Statistics in com.google.code.yanf4j.core
Fields in com.google.code.yanf4j.core declared as Statistics Modifier and Type Field Description Statistics
SessionConfig. statistics
Methods in com.google.code.yanf4j.core that return Statistics Modifier and Type Method Description Statistics
Controller. getStatistics()
Constructors in com.google.code.yanf4j.core with parameters of type Statistics Constructor Description SessionConfig(Handler handler, CodecFactory codecFactory, Statistics statistics, java.util.Queue<WriteMessage> queue, Dispatcher dispatchMessageDispatcher, boolean handleReadWriteConcurrently, long sessionTimeout, long sessionIdelTimeout)
-
Uses of Statistics in com.google.code.yanf4j.core.impl
Fields in com.google.code.yanf4j.core.impl declared as Statistics Modifier and Type Field Description protected Statistics
AbstractController. statistics
protected Statistics
AbstractSession. statistics
Methods in com.google.code.yanf4j.core.impl that return Statistics Modifier and Type Method Description Statistics
AbstractController. getStatistics()
Statistics
AbstractSession. getStatistics()
-
Uses of Statistics in com.google.code.yanf4j.nio
Constructors in com.google.code.yanf4j.nio with parameters of type Statistics Constructor Description NioSessionConfig(java.nio.channels.SelectableChannel sc, Handler handler, SelectorManager reactor, CodecFactory codecFactory, Statistics statistics, java.util.Queue<WriteMessage> queue, Dispatcher dispatchMessageDispatcher, boolean handleReadWriteConcurrently, long sessionTimeout, long sessionIdleTimeout)
-
Uses of Statistics in com.google.code.yanf4j.statistics.impl
Classes in com.google.code.yanf4j.statistics.impl that implement Statistics Modifier and Type Class Description class
DefaultStatistics
Default statistics implementationclass
SimpleStatistics
A simple statistics implementation
-