Object/Trait

spinoco.protocol.mgcp

MGCPResponseCode

Related Docs: trait MGCPResponseCode | package mgcp

Permalink

object MGCPResponseCode

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

Type Members

  1. case class Error(code: Int) extends MGCPResponseCode with Product with Serializable

    Permalink
  2. case class PackageSpecific(code: Int) extends MGCPResponseCode with Product with Serializable

    Permalink
  3. case class Provisional(code: Int) extends MGCPResponseCode with Product with Serializable

    Permalink
  4. case class Success(code: Int) extends MGCPResponseCode with Product with Serializable

    Permalink

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. val Ack: Success

    Permalink
  5. val AlreadyOffHook: Error

    Permalink
  6. val AlreadyOnHook: Error

    Permalink
  7. val CASSignallingError: Error

    Permalink
  8. val CodecNegotiationFailure: Error

    Permalink
  9. val ConflictingDescriptor: Error

    Permalink
  10. val ConnectionLimitExceeded: Error

    Permalink
  11. val DeletedSuccessfully: Success

    Permalink
  12. val EndpointNotFound: Error

    Permalink
  13. val EndpointRestarting: Error

    Permalink
  14. val ErrorInRemoteDescriptor: Error

    Permalink
  15. val EventOrSignalParameterError: Error

    Permalink
  16. val HardwareFailure: Error

    Permalink
  17. val InProgress: Provisional

    Permalink
  18. val IncompatibleVersion: Error

    Permalink
  19. val InsufficientBandwidth: Error

    Permalink
  20. val InsufficientBandwidthPermanent: Error

    Permalink
  21. val InsufficientResources: Error

    Permalink
  22. val InternalIncosistency: Error

    Permalink
  23. val MissingRemoteDescriptor: Error

    Permalink
  24. val NoEndpointAvailable: Error

    Permalink
  25. val NoResources: Error

    Permalink
  26. val NotReady: Error

    Permalink
  27. val Ok: Success

    Permalink
  28. val Queued: Provisional

    Permalink
  29. val RedirectedToOtherAgent: Error

    Permalink
  30. val ResponseTooLarge: Error

    Permalink
  31. val RestartInProgress: Error

    Permalink
  32. val SystemOverloaded: Error

    Permalink
  33. val TransactionAborted: Error

    Permalink
  34. val TransactionTimeout: Error

    Permalink
  35. val TransientError: Error

    Permalink
  36. val TrunkFailure: Error

    Permalink
  37. val UnknonwExtension: Error

    Permalink
  38. val UnknownCallId: Error

    Permalink
  39. val UnknownConnectionId: Error

    Permalink
  40. val UnknownEventOrSignal: Error

    Permalink
  41. val UnknownExtension: Error

    Permalink
  42. val UnknownPackage: Error

    Permalink
  43. val UnspecifiedProtocol: Error

    Permalink
  44. val Unsupported: Error

    Permalink
  45. val UnsupportedAction: Error

    Permalink
  46. val UnsupportedAnnouncement: Error

    Permalink
  47. val UnsupportedCommandParameter: Error

    Permalink
  48. val UnsupportedDigitMap: Error

    Permalink
  49. val UnsupportedDigitMapExtension: Error

    Permalink
  50. val UnsupportedEvent: Error

    Permalink
  51. val UnsupportedFunctionality: Error

    Permalink
  52. val UnsupportedLocalConnectionOption: Error

    Permalink
  53. val UnsupportedMode: Error

    Permalink
  54. val UnsupportedPacketizationPeriod: Error

    Permalink
  55. val UnsupportedQuarantine: Error

    Permalink
  56. val UnsupportedRemoteDescriptor: Error

    Permalink
  57. val UnsupportedRestartMethod: Error

    Permalink
  58. val UnsupportedSignal: Error

    Permalink
  59. val UnsupportedValue: Error

    Permalink
  60. val WildcardTooComplicated: Error

    Permalink
  61. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  62. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  65. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    Any
  69. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  70. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  72. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped