Class StdRequestExecutor
java.lang.Object
com.here.platform.data.client.http.StdRequestExecutor
- All Implemented Interfaces:
RequestExecutor
-
Constructor Summary
ConstructorsConstructorDescriptionStdRequestExecutor(com.typesafe.config.Config config, ClientExecutionContext clientExecutionContext) -
Method Summary
Modifier and TypeMethodDescriptionscala.concurrent.Future<org.apache.pekko.http.scaladsl.model.HttpResponse>execute(org.apache.pekko.http.scaladsl.model.HttpRequest request, scala.Option<ProxySettings> proxySettings) org.apache.pekko.http.scaladsl.model.HttpRequestprepareNewRequest(org.apache.pekko.http.scaladsl.model.HttpRequest originalRequest, org.apache.pekko.http.scaladsl.model.HttpResponse response)
-
Constructor Details
-
StdRequestExecutor
public StdRequestExecutor(com.typesafe.config.Config config, ClientExecutionContext clientExecutionContext)
-
-
Method Details
-
execute
public scala.concurrent.Future<org.apache.pekko.http.scaladsl.model.HttpResponse> execute(org.apache.pekko.http.scaladsl.model.HttpRequest request, scala.Option<ProxySettings> proxySettings) - Specified by:
executein interfaceRequestExecutor
-
prepareNewRequest
public org.apache.pekko.http.scaladsl.model.HttpRequest prepareNewRequest(org.apache.pekko.http.scaladsl.model.HttpRequest originalRequest, org.apache.pekko.http.scaladsl.model.HttpResponse response)
-