Packages

package ip

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ip
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Address(value: Either[v4.Address, v6.Address]) extends Product with Serializable
  2. case class Port(value: Int) extends Product with Serializable

Value Members

  1. def checksum(bits: BitVector): BitVector

    Computes the 16-bit one's complement checksum of the specified bit vector.

    Computes the 16-bit one's complement checksum of the specified bit vector.

    See also

    https://tools.ietf.org/html/rfc1071

  2. object Address extends Serializable
  3. object Port extends Serializable
  4. object Protocols

Inherited from AnyRef

Inherited from Any

Ungrouped