Object

spinoco.protocol.mgcp.codec

MGCPParameterCodec

Related Doc: package codec

Permalink

object MGCPParameterCodec

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val bearerInformationCodec: Codec[BearerInformation]

    Permalink
  6. val callIdCodec: Codec[CallId]

    Permalink
  7. val capabilitiesCodec: Codec[Capabilities]

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val codec: Codec[MGCPParameter]

    Permalink
  10. val connectionIdParameterCodec: Codec[ConnectionId]

    Permalink
  11. val connectionModeCodec: Codec[ConnectionMode]

    Permalink
  12. val connectionModeTypeCodec: Codec[ConnectionModeType]

    Permalink
  13. val connectionParametersCodec: Codec[ConnectionParameters]

    Permalink
  14. def delimitedByComma[A](codec: Codec[A]): Codec[List[A]]

    Permalink

    A combinator, that first splits the stream by comma and then applies codec, stripping any whitespace after coma

  15. def delimitedByComma2[A](codec: Codec[A]): Codec[List[A]]

    Permalink

    Like delimitedByComma, but codec is first applied, and then if there is another item (because of the next character being comma then next codec is applied

  16. val detectEventsCodec: Codec[DetectEvents]

    Permalink
  17. val digitMapCodec: Codec[DigitMap]

    Permalink
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  20. val eventStatesCodec: Codec[EventStates]

    Permalink
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. val listOfParametrizedEvents: Codec[List[ParametrizedEvent]]

    Permalink
  26. val listOfRequestedEventsCodec: Codec[List[RequestedEvent]]

    Permalink
  27. val localConnectionOptionsCodec: Codec[LocalConnectionOptions]

    Permalink
  28. val localOptionCodec: Codec[LocalConnectionOption]

    Permalink
  29. val maxMGCPDatagramCodec: Codec[MaxMGCPDatagram]

    Permalink
  30. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  31. val notifiedEntityCodec: Codec[NotifiedEntity]

    Permalink
  32. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. val observedEventsCodec: Codec[ObservedEvents]

    Permalink
  35. val packageListCodec: Codec[PackageList]

    Permalink
  36. val quarantineHandlingCodec: Codec[QuarantineHandling]

    Permalink
  37. val reasonCodeCodec: Codec[ReasonCode]

    Permalink
  38. val requestIdentifierCodec: Codec[RequestIdentifier]

    Permalink
  39. val requestedEventsCodec: Codec[RequestedEvents]

    Permalink
  40. val requestedInfoCodec: Codec[RequestedInfo]

    Permalink
  41. val responseAckCodec: Codec[ResponseAck]

    Permalink
  42. val restartDelayCodec: Codec[RestartDelay]

    Permalink
  43. val restartMethodCodec: Codec[RestartMethod]

    Permalink
  44. val secondConnectionIDCodec: Codec[SecondConnectionID]

    Permalink
  45. val secondEndpointIDCodec: Codec[SecondEndpointID]

    Permalink
  46. val signalRequestsCodec: Codec[SignalRequests]

    Permalink
  47. val specificEndpointIDCodec: Codec[SpecificEndpointID]

    Permalink
  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  49. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  50. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped