Class RequestRunnable
- java.lang.Object
-
- dev.jora.quicloadgenerator.controllers.RequestRunnable
-
- All Implemented Interfaces:
java.util.concurrent.Callable<CommonResponse>
public class RequestRunnable extends java.lang.Object implements java.util.concurrent.Callable<CommonResponse>
-
-
Constructor Summary
Constructors Constructor Description RequestRunnable(java.net.URI serverUri, boolean disableCertificateVerification)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommonResponsecall()CommonResponserunQuicRequest()
-
-
-
Method Detail
-
call
public CommonResponse call()
- Specified by:
callin interfacejava.util.concurrent.Callable<CommonResponse>
-
runQuicRequest
public CommonResponse runQuicRequest() throws java.io.IOException, java.lang.InterruptedException
- Throws:
java.io.IOExceptionjava.lang.InterruptedException
-
-