Object

spinoco.protocol.stun.codec.StunAttributeCodec

impl

Related Doc: package StunAttributeCodec

Permalink

object impl

Source
StunAttributeCodec.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. impl
  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. val alternateServer: Codec[AlternateServer]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def attribute[A <: StunAttribute](codec: Codec[A]): Codec[A]

    Permalink
  7. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. val errorCode: Codec[ErrorCode]

    Permalink
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. val fingerPrint: Codec[FingerPrint]

    Permalink
  13. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. val iceControlled: Codec[IceControlled]

    Permalink
  16. val iceControlling: Codec[IceControlling]

    Permalink
  17. val ipv4Address: Codec[Inet4Address]

    Permalink
  18. val ipv6Address: Codec[Inet6Address]

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. val mappedAddress: Codec[MappedAddress]

    Permalink
  21. val mappedAddressXor: Codec[XorMappedAddress]

    Permalink
  22. val messageIntegrity: Codec[MessageIntegrity]

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

    Permalink
    Definition Classes
    AnyRef
  24. val nonce: Codec[Nonce]

    Permalink
  25. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  27. val priority: Codec[Priority]

    Permalink
  28. val realm: Codec[Realm]

    Permalink
  29. val socketAddress: Codec[InetSocketAddress]

    Permalink
  30. val software: Codec[Software]

    Permalink
  31. val supportedAttribute: Codec[StunAttribute]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  34. val unknownAttributes: Codec[UnknownAttributes]

    Permalink
  35. val useCandidate: Codec[UseCandidate.type]

    Permalink
  36. val userName: Codec[UserName]

    Permalink
  37. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped