scodec.protocols

ip

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
Learn more about member selection
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. object Address extends Serializable

  2. object Port extends Serializable

  3. object Protocols

  4. 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

  5. package tcp

  6. package udp

  7. package v4

  8. package v6

Inherited from AnyRef

Inherited from Any

Ungrouped