Class StdRequestExecutor

java.lang.Object
com.here.platform.data.client.http.StdRequestExecutor
All Implemented Interfaces:
RequestExecutor

public final class StdRequestExecutor extends Object implements RequestExecutor
  • Constructor Summary

    Constructors
    Constructor
    Description
    StdRequestExecutor(com.typesafe.config.Config config, ClientExecutionContext clientExecutionContext)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    scala.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.HttpRequest
    prepareNewRequest(org.apache.pekko.http.scaladsl.model.HttpRequest originalRequest, org.apache.pekko.http.scaladsl.model.HttpResponse response)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      execute in interface RequestExecutor
    • 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)