Package

spinoco.protocol.mgcp

codec

Permalink

package codec

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

Value Members

  1. val : Codec[Unit]

    Permalink
  2. val : Codec[Unit]

    Permalink
  3. object MGCPCommandCodec

    Permalink
  4. object MGCPParameterCodec

    Permalink
  5. object MGCPResponseCodec

    Permalink

    Created by pach on 09/03/17.

  6. object PackageEventCodec

    Permalink

    Created by pach on 10/03/17.

  7. val WS: Codec[Unit]

    Permalink
  8. val connectionIdCodec: Codec[@@[String, ConnectionId]]

    Permalink
  9. val domainCodec: Codec[String]

    Permalink
  10. val dropWS: Codec[Unit]

    Permalink
  11. val eventSpecificationCodec: Codec[EventSpecification]

    Permalink
  12. def header[A](codec: Codec[A]): Codec[A]

    Permalink

    encodes A until end of header.

    encodes A until end of header. Returns bytes after the last nonEmpty line of header, including the empty line that ends the header *

  13. def is32Hex(field: String)(s: String): Option[Err]

    Permalink
  14. def isHex(ch: Char): Boolean

    Permalink
  15. val localEndpointNameCodec: Codec[LocalEndpointName]

    Permalink
  16. val packageNameCodec: Codec[String]

    Permalink
  17. val transactionId: Codec[@@[Int, MGCPTxId]]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped