HTTP

mdg.engine.proto.reports.Trace$.HTTP$
See theHTTP companion class
object HTTP extends GeneratedMessageCompanion[HTTP]

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[HTTP]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
HTTP.type

Members list

Type members

Classlikes

implicit class HTTPLens[UpperPB](_l: Lens[UpperPB, HTTP]) extends ObjectLens[UpperPB, HTTP]

Attributes

Supertypes
class ObjectLens[UpperPB, HTTP]
trait Lens[UpperPB, HTTP]
trait Serializable
class Object
trait Matchable
class Any
Show all
sealed abstract class Method(val value: Int) extends GeneratedEnum

Attributes

Companion
object
Supertypes
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object CONNECT.type
object DELETE.type
object GET.type
object HEAD.type
object OPTIONS.type
object PATCH.type
object POST.type
object PUT.type
trait Recognized
object TRACE.type
object UNKNOWN.type
class Unrecognized
Show all
object Method extends GeneratedEnumCompanion[Method]

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
trait GeneratedEnumCompanion[Method]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
Method.type
final case class RequestHeadersEntry(key: String, value: Option[Values], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[RequestHeadersEntry]

Attributes

Companion
object
Supertypes
trait Updatable[RequestHeadersEntry]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object RequestHeadersEntry extends GeneratedMessageCompanion[RequestHeadersEntry]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[RequestHeadersEntry]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class ResponseHeadersEntry(key: String, value: Option[Values], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[ResponseHeadersEntry]

Attributes

Companion
object
Supertypes
trait Updatable[ResponseHeadersEntry]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ResponseHeadersEntry extends GeneratedMessageCompanion[ResponseHeadersEntry]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[ResponseHeadersEntry]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class Values(value: Seq[String], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[Values]

Attributes

Companion
object
Supertypes
trait Updatable[Values]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Values extends GeneratedMessageCompanion[Values]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait GeneratedMessageCompanion[Values]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
Values.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
type ValueType = A

Attributes

Inherited from:
GeneratedMessageCompanion

Value members

Concrete methods

def enumCompanionForFieldNumber(`__fieldNumber`: Int): GeneratedEnumCompanion[_]
def javaDescriptor: Descriptor

Returns the Java descriptors for this message. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.

Returns the Java descriptors for this message. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.

Attributes

def messageCompanionForFieldNumber(`__number`: Int): GeneratedMessageCompanion[_]
def of(method: Method, host: String, path: String, requestHeaders: Map[String, Values], responseHeaders: Map[String, Values], statusCode: Int, secure: Boolean, protocol: String): HTTP
def parseFrom(`_input__`: CodedInputStream): HTTP

Parses a message from a CodedInputStream.

Parses a message from a CodedInputStream.

Attributes

def scalaDescriptor: Descriptor

Inherited methods

def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]

Attributes

Inherited from:
GeneratedMessageCompanion
def fromAscii(s: String): A

Attributes

Inherited from:
GeneratedMessageCompanion
def merge(a: HTTP, input: CodedInputStream): A

Merges the given message with the additional fields in the steam.

Merges the given message with the additional fields in the steam.

Attributes

Inherited from:
GeneratedMessageCompanion
def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]

Attributes

Inherited from:
GeneratedMessageCompanion
def parseDelimitedFrom(input: InputStream): Option[A]

Attributes

Inherited from:
GeneratedMessageCompanion
def parseDelimitedFrom(input: CodedInputStream): Option[A]

Attributes

Inherited from:
GeneratedMessageCompanion
def parseFrom(s: Array[Byte]): A

Attributes

Inherited from:
GeneratedMessageCompanion
def parseFrom(input: InputStream): A

Attributes

Inherited from:
GeneratedMessageCompanion
def streamFromDelimitedInput(input: InputStream): Stream[A]

Attributes

Inherited from:
GeneratedMessageCompanion
def toByteArray(a: HTTP): Array[Byte]

Attributes

Inherited from:
GeneratedMessageCompanion
def validate(s: Array[Byte]): Try[A]

Attributes

Inherited from:
GeneratedMessageCompanion
def validateAscii(s: String): Either[TextFormatError, A]

Attributes

Inherited from:
GeneratedMessageCompanion

Concrete fields

final val HOST_FIELD_NUMBER: 2
final val METHOD_FIELD_NUMBER: 1
final val PATH_FIELD_NUMBER: 3
final val PROTOCOL_FIELD_NUMBER: 9
final val SECURE_FIELD_NUMBER: 8
lazy val defaultInstance: HTTP
lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]

Implicits

Implicits

final implicit def HTTPLens[UpperPB](_l: Lens[UpperPB, HTTP]): HTTPLens[UpperPB]
implicit def messageCompanion: GeneratedMessageCompanion[HTTP]
implicit def messageReads: Reads[HTTP]