Ipv6Header

fs2.protocols.ip.Ipv6Header
See theIpv6Header companion object
case class Ipv6Header(trafficClass: Int, flowLabel: Int, payloadLength: Int, protocol: Int, hopLimit: Int, sourceIp: Ipv6Address, destinationIp: Ipv6Address)

Simplified model of an IPv6 header -- extension headers are not directly supported.

Attributes

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

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product