Class HttpUtils.ResponseEntityOps

java.lang.Object
scala.AnyVal
com.here.platform.data.client.utils.HttpUtils.ResponseEntityOps
Enclosing class:
HttpUtils

public static class HttpUtils.ResponseEntityOps extends scala.AnyVal
  • Constructor Summary

    Constructors
    Constructor
    Description
    ResponseEntityOps(org.apache.pekko.http.scaladsl.model.ResponseEntity entity)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> scala.concurrent.Future<T>
    as(org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller<org.apache.pekko.http.scaladsl.model.HttpEntity,T> unmarshaller, scala.concurrent.ExecutionContext executor, org.apache.pekko.stream.Materializer materializer)
     
    org.apache.pekko.http.scaladsl.model.ResponseEntity
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ResponseEntityOps

      public ResponseEntityOps(org.apache.pekko.http.scaladsl.model.ResponseEntity entity)
  • Method Details

    • entity

      public org.apache.pekko.http.scaladsl.model.ResponseEntity entity()
    • as

      public <T> scala.concurrent.Future<T> as(org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller<org.apache.pekko.http.scaladsl.model.HttpEntity,T> unmarshaller, scala.concurrent.ExecutionContext executor, org.apache.pekko.stream.Materializer materializer)