public interface RequestExecutor
Modifier and Type | Interface and Description |
---|---|
static interface |
RequestExecutor.RequestExecutorBuilder |
Modifier and Type | Method and Description |
---|---|
OutgoingRequest |
createOutgoingRequest(DriverRequest request,
String url,
boolean b) |
org.apache.http.client.methods.CloseableHttpResponse |
execute(OutgoingRequest outgoingRequest) |
OutgoingRequest createOutgoingRequest(DriverRequest request, String url, boolean b)
org.apache.http.client.methods.CloseableHttpResponse execute(OutgoingRequest outgoingRequest) throws HttpErrorPage
HttpErrorPage
Copyright © 2008–2018. All rights reserved.