c

akka.grpc.internal

RichGrpcMetadataImpl

class RichGrpcMetadataImpl extends GrpcMetadataImpl with MetadataStatus

Source
MetadataImpl.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichGrpcMetadataImpl
  2. MetadataStatus
  3. GrpcMetadataImpl
  4. Metadata
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RichGrpcMetadataImpl(delegate: Status, meta: Metadata)

Value Members

  1. def asList: List[(String, MetadataEntry)]

    returns

    A list of (key, MetadataEntry) tuples.

    Definition Classes
    GrpcMetadataImplMetadata
  2. def asMap: Map[String, List[MetadataEntry]]

    returns

    The metadata as a map.

    Definition Classes
    GrpcMetadataImplMetadata
  3. def attribute[T](key: AttributeKey[T]): Option[T]

    Get an attribute from the underlying akka-http message associated with this metadata.

    Get an attribute from the underlying akka-http message associated with this metadata.

    Will return None if this metadata is not associated with an akka-http request or response, for example, if using the netty client support.

    Definition Classes
    GrpcMetadataImplMetadata
  4. def code: Int
    Definition Classes
    RichGrpcMetadataImplMetadataStatus
  5. lazy val details: Seq[Any]
    Definition Classes
    RichGrpcMetadataImplMetadataStatus
  6. def getBinary(key: String): Option[ByteString]

    returns

    The binary header value for key if one exists, if the same key has multiple values the last occurrence that is a text key is used.

    Definition Classes
    GrpcMetadataImplMetadata
  7. def getParsedDetails[K <: GeneratedMessage](implicit companion: GeneratedMessageCompanion[K]): Seq[K]
    Definition Classes
    RichGrpcMetadataImplMetadataStatus
  8. def getText(key: String): Option[String]

    returns

    The text header value for key if one exists, if the same key has multiple values the last occurrence that is a text key is used.

    Definition Classes
    GrpcMetadataImplMetadata
  9. def message: String
    Definition Classes
    RichGrpcMetadataImplMetadataStatus
  10. val raw: Option[Metadata]

    INTERNAL API

    INTERNAL API

    Definition Classes
    RichGrpcMetadataImplMetadata
  11. lazy val status: Status
    Definition Classes
    RichGrpcMetadataImplMetadataStatus
  12. def toString(): String
    Definition Classes
    GrpcMetadataImpl → AnyRef → Any