类 TcpHealthCheckProcessor.PostProcessor

  • 所有已实现的接口:
    java.lang.Runnable
    封闭类:
    TcpHealthCheckProcessor

    public class TcpHealthCheckProcessor.PostProcessor
    extends java.lang.Object
    implements java.lang.Runnable
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      (专用程序包) java.nio.channels.SelectionKey key  
    • 构造器概要

      构造器 
      构造器 说明
      PostProcessor​(java.nio.channels.SelectionKey key)  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void run()  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • key

        java.nio.channels.SelectionKey key
    • 构造器详细资料

      • PostProcessor

        public PostProcessor​(java.nio.channels.SelectionKey key)
    • 方法详细资料

      • run

        public void run()
        指定者:
        run 在接口中 java.lang.Runnable