Uses of Interface
com.google.code.yanf4j.statistics.Statistics
Packages that use Statistics
Package
Description
Networking core package
Nio implementation
-
Uses of Statistics in com.google.code.yanf4j.core
Fields in com.google.code.yanf4j.core declared as StatisticsMethods in com.google.code.yanf4j.core that return StatisticsConstructors in com.google.code.yanf4j.core with parameters of type StatisticsModifierConstructorDescriptionSessionConfig
(Handler handler, CodecFactory codecFactory, Statistics statistics, 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 StatisticsModifier and TypeFieldDescriptionprotected Statistics
AbstractController.statistics
protected Statistics
AbstractSession.statistics
Methods in com.google.code.yanf4j.core.impl that return StatisticsModifier and TypeMethodDescriptionfinal Statistics
AbstractController.getStatistics()
AbstractSession.getStatistics()
-
Uses of Statistics in com.google.code.yanf4j.nio
Constructors in com.google.code.yanf4j.nio with parameters of type StatisticsModifierConstructorDescriptionNioSessionConfig
(SelectableChannel sc, Handler handler, SelectorManager reactor, CodecFactory codecFactory, Statistics statistics, 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 StatisticsModifier and TypeClassDescriptionclass
Default statistics implementationclass
A simple statistics implementation