RecordHeader

fs2.protocols.pcap.RecordHeader
See theRecordHeader companion object
case class RecordHeader(timestampSeconds: Long, timestampMicros: Long, includedLength: Long, originalLength: Long)

Attributes

Companion
object
Source
RecordHeader.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def fullPayload: Boolean

Attributes

Source
RecordHeader.scala
def timestamp: FiniteDuration

Attributes

Source
RecordHeader.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product