Class HereDigest

java.lang.Object
org.apache.pekko.http.javadsl.model.HttpHeader
org.apache.pekko.http.scaladsl.model.HttpHeader
org.apache.pekko.http.javadsl.model.headers.CustomHeader
org.apache.pekko.http.scaladsl.model.headers.CustomHeader
org.apache.pekko.http.scaladsl.model.headers.ModeledCustomHeader<HereDigest>
com.here.platform.data.client.http.HereDigest
All Implemented Interfaces:
org.apache.pekko.http.impl.util.Renderable, org.apache.pekko.http.impl.util.ToStringRenderable

public final class HereDigest extends org.apache.pekko.http.scaladsl.model.headers.ModeledCustomHeader<HereDigest>
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.pekko.http.scaladsl.model.HttpHeader

    org.apache.pekko.http.scaladsl.model.HttpHeader.ParsingResult, org.apache.pekko.http.scaladsl.model.HttpHeader.ParsingResult$
  • Constructor Summary

    Constructors
    Constructor
    Description
    HereDigest(String algorithm, String digest)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static H
    apply(String value)
     
    com.here.platform.data.client.http.HereDigest$
     
    static final org.apache.pekko.http.scaladsl.model.headers.ModeledCustomHeaderCompanion<H>
     
    static String
     
    static final String
     
    static scala.util.Try<HereDigest>
    parse(String value)
     
    boolean
     
    boolean
     
    static scala.Option<String>
    unapply(org.apache.pekko.http.scaladsl.model.HttpHeader h)
     
     

    Methods inherited from class org.apache.pekko.http.scaladsl.model.headers.ModeledCustomHeader

    lowercaseName, name

    Methods inherited from class org.apache.pekko.http.scaladsl.model.headers.CustomHeader

    render

    Methods inherited from class org.apache.pekko.http.scaladsl.model.HttpHeader

    is, isNot, parse, parse$default$3, toString, unsafeToString

    Methods inherited from class org.apache.pekko.http.javadsl.model.HttpHeader

    parse

    Methods inherited from class java.lang.Object

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

    • HereDigest

      public HereDigest(String algorithm, String digest)
  • Method Details

    • name

      public static final String name()
    • parse

      public static scala.util.Try<HereDigest> parse(String value)
    • lowercaseName

      public static String lowercaseName()
    • apply

      public static H apply(String value)
    • unapply

      public static scala.Option<String> unapply(org.apache.pekko.http.scaladsl.model.HttpHeader h)
    • implicitlyLocatableCompanion

      public static final org.apache.pekko.http.scaladsl.model.headers.ModeledCustomHeaderCompanion<H> implicitlyLocatableCompanion()
    • renderInRequests

      public boolean renderInRequests()
      Specified by:
      renderInRequests in class org.apache.pekko.http.javadsl.model.HttpHeader
    • renderInResponses

      public boolean renderInResponses()
      Specified by:
      renderInResponses in class org.apache.pekko.http.javadsl.model.HttpHeader
    • companion

      public com.here.platform.data.client.http.HereDigest$ companion()
      Specified by:
      companion in class org.apache.pekko.http.scaladsl.model.headers.ModeledCustomHeader<HereDigest>
    • value

      public String value()
      Specified by:
      value in class org.apache.pekko.http.javadsl.model.headers.CustomHeader