Class ReadTimeoutHandler.State

  • Enclosing class:
    ReadTimeoutHandler

    private static final class ReadTimeoutHandler.State
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) long lastReadTime  
      (package private) int state  
      (package private) Timeout timeout  
    • Constructor Summary

      Constructors 
      Constructor Description
      State()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • state

        int state
      • timeout

        volatile Timeout timeout
      • lastReadTime

        volatile long lastReadTime
    • Constructor Detail

      • State

        State()