Class InternalHttpAsyncExecRuntime.ReUseData

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.Object state  
      (package private) org.apache.hc.core5.util.TimeValue validDuration  
    • Constructor Summary

      Constructors 
      Constructor Description
      ReUseData​(java.lang.Object state, org.apache.hc.core5.util.TimeValue validDuration)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • state

        final java.lang.Object state
      • validDuration

        final org.apache.hc.core5.util.TimeValue validDuration
    • Constructor Detail

      • ReUseData

        ReUseData​(java.lang.Object state,
                  org.apache.hc.core5.util.TimeValue validDuration)