Class NioCounter

java.lang.Object
org.summerboot.jexpress.nio.server.NioCounter

public class NioCounter extends Object
Author:
Changski Tie Zheng Zhang 张铁铮, 魏泽北, 杜旺财, 杜富贵
  • Field Details

    • COUNTER_PING_HIT

      protected static final AtomicLong COUNTER_PING_HIT
    • COUNTER_BIZ_HIT

      protected static final AtomicLong COUNTER_BIZ_HIT
    • COUNTER_TOTAL_CHANNEL

      protected static final AtomicLong COUNTER_TOTAL_CHANNEL
    • COUNTER_ACTIVE_CHANNEL

      protected static final AtomicLong COUNTER_ACTIVE_CHANNEL
    • COUNTER_HIT

      protected static final AtomicLong COUNTER_HIT
    • COUNTER_SENT

      protected static final AtomicLong COUNTER_SENT
  • Constructor Details

    • NioCounter

      public NioCounter()