scodec.protocols

ip

package ip

Source
package.scala
Linear Supertypes
AnyRef, Any
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 Port(value: Int) extends Product with Serializable

Value Members

  1. object Port extends Serializable

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

  3. package udp

  4. package v4

Inherited from AnyRef

Inherited from Any

Ungrouped