Extension

spack.Message$.Extension
case class Extension(`type`: Byte, payload: ArraySeq[Byte]) extends Message

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Message
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def entryByName(name: String): Option[(Message, Message)]

Attributes

Inherited from:
Message
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def stringValue: Option[String]

Attributes

Inherited from:
Message
def toByteArray: Array[Byte]

Attributes

Inherited from:
Message