Class ResponseCacher


  • public class ResponseCacher
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ResponseCacher​(java.util.function.Supplier<com.webpieces.http2.api.streaming.RequestStreamHandle> openStreamFunc)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.concurrent.CompletableFuture<FullResponse> run​(FullRequest request)  
      • Methods inherited from class java.lang.Object

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

      • ResponseCacher

        public ResponseCacher​(java.util.function.Supplier<com.webpieces.http2.api.streaming.RequestStreamHandle> openStreamFunc)