Class NioServerContext

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

public class NioServerContext 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
    • webApiContextRoot

      protected static String webApiContextRoot
    • loadBalancerHealthCheckPath

      protected static String loadBalancerHealthCheckPath
  • Constructor Details

    • NioServerContext

      public NioServerContext()
  • Method Details

    • getWebApiContextRoot

      public static String getWebApiContextRoot()
    • setWebApiContextRoot

      public static void setWebApiContextRoot(String contextRoot)
    • getLoadBalancerHealthCheckPath

      public static String getLoadBalancerHealthCheckPath()
    • setLoadBalancerHealthCheckPath

      public static void setLoadBalancerHealthCheckPath(String pingPath)