Class QuicWrapper

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.net.http.HttpClient buildHttpClient()  
      protected java.net.http.HttpResponse<java.lang.String> makeRequest​(java.net.http.HttpClient client, java.net.http.HttpRequest request)  
      protected void onAfterRequest​(java.net.http.HttpClient httpClient)  
      • Methods inherited from class java.lang.Object

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

      • QuicWrapper

        public QuicWrapper​(BaseScenario scenario)
    • Method Detail

      • makeRequest

        protected java.net.http.HttpResponse<java.lang.String> makeRequest​(java.net.http.HttpClient client,
                                                                           java.net.http.HttpRequest request)
                                                                    throws java.io.IOException,
                                                                           java.lang.InterruptedException
        Overrides:
        makeRequest in class BaseProtocolWrapper
        Throws:
        java.io.IOException
        java.lang.InterruptedException