Class GetConfigurationHref
java.lang.Object
com.here.platform.data.client.service.config.GetConfigurationHref
- All Implemented Interfaces:
Api,Endpoint,HyperMediaEndpoint,ConfigApi,Serializable,scala.Equals,scala.Product
public final class GetConfigurationHref
extends Object
implements HyperMediaEndpoint, ConfigApi, scala.Product, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGetConfigurationHref(String uri, org.apache.pekko.http.scaladsl.model.HttpMethod method) -
Method Summary
Modifier and TypeMethodDescriptionabstract static Rapply(T1 v1, T2 v2) booleanForce to read all response body in memory inside retried block, this is used when simple responses return chunked data that can cause Truncation exception when parsed.scala.collection.immutable.Seq<org.apache.pekko.http.scaladsl.model.HttpHeader>headers()Note: when change it always check all conflicts/replacements that can happens by base and child classesorg.apache.pekko.http.scaladsl.model.HttpMethodmethod()static StringtoString()uri()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.here.platform.data.client.http.Endpoint
acceptableNonSuccessStatusCodes, httpEntity, isStreamingRequest, maxWaitingTimeBetweenRetries, perRequestTimeout, retriableHttpStatusCodes, retriesDeadlineMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface com.here.platform.data.client.http.HyperMediaEndpoint
asHttpRequestMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
GetConfigurationHref
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2) -
toString
-
uri
- Specified by:
uriin interfaceHyperMediaEndpoint
-
method
public org.apache.pekko.http.scaladsl.model.HttpMethod method() -
headers
public scala.collection.immutable.Seq<org.apache.pekko.http.scaladsl.model.HttpHeader> headers()Description copied from interface:EndpointNote: when change it always check all conflicts/replacements that can happens by base and child classes -
forceStrict
public boolean forceStrict()Description copied from interface:EndpointForce to read all response body in memory inside retried block, this is used when simple responses return chunked data that can cause Truncation exception when parsed.TODO: can become !isStreamingRequest, but need some heavy test to see the memory impact
- Specified by:
forceStrictin interfaceEndpoint
-