Packages

object impl

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

Type Members

  1. implicit final class BitVectorAttemptSyntax extends AnyVal

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. val =: Codec[Unit]
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. val CrLf: Codec[Unit]
  6. val Lf: Codec[Unit]
  7. val WS: Codec[Unit]
  8. val addrTypeEnum: DiscriminatorCodec[AddressType.Value, String]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. val attribute: Codec[Attribute]
  11. val bandwidth: Codec[Bandwidth]
  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. val connectionData: Codec[ConnectionData]
  14. val email: Codec[String]
  15. def encodePList[A](codec: Codec[A])(list: List[A]): Attempt[Vector[BitVector]]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val media: Codec[MediaDescription]
  23. val mediaProtocolEnum: DiscriminatorCodec[MediaProtocol.Value, String]
  24. val mediaTypeEnum: DiscriminatorCodec[MediaType.Value, String]
  25. def mkLines[A](codec: Codec[A])(la: List[A]): Attempt[BitVector]
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. val netTypeEnum: DiscriminatorCodec[NetType.Value, String]
  28. final def notify(): Unit
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  30. val ntpTime: Codec[LocalDateTime]
  31. val origin: Codec[SessionOrigin]
  32. def parameterLine[A](prefix: String, discriminator: Char)(codec: Codec[A]): Codec[A]
  33. val phone: Codec[String]
  34. val repeat: Codec[Repeat]
  35. val sessionInformation: Codec[String]
  36. val sessionName: Codec[String]
  37. val sessionUri: Codec[URI]
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. val timeDuration: Codec[FiniteDuration]
  40. val timing: Codec[Timing]
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. def untilWs[A](codec: Codec[A]): Codec[A]
  43. val version: Codec[Int]
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. val zoneOffset: Codec[TimeZone]

Inherited from AnyRef

Inherited from Any

Ungrouped