fs2.protocols.ip.tcp

Members list

Type members

Classlikes

case class TcpFlags(cwr: Boolean, ecn: Boolean, urg: Boolean, ack: Boolean, psh: Boolean, rst: Boolean, syn: Boolean, fin: Boolean)

Attributes

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

Attributes

Companion
class
Source
TcpFlags.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
TcpFlags.type
case class TcpHeader(sourcePort: Port, destinationPort: Port, sequenceNumber: Long, ackNumber: Long, dataOffset: Int, flags: TcpFlags, windowSize: Int, checksum: Int, urgentPointer: Int, options: List[Long])

Attributes

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

Attributes

Companion
class
Source
TcpHeader.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
TcpHeader.type