com.outr.net

Protocol

object Protocol extends Enumerated[Protocol] with Serializable

Linear Supertypes
Serializable, Serializable, Enumerated[Protocol], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Protocol
  2. Serializable
  3. Serializable
  4. Enumerated
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +=(enum: Protocol): Unit

    Attributes
    protected[org.powerscala.enum]
    Definition Classes
    Enumerated
  5. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  6. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  7. val Aaa: Protocol

  8. val Aaas: Protocol

  9. val About: Protocol

  10. val Acap: Protocol

  11. val Acct: Protocol

  12. val Cap: Protocol

  13. val Cid: Protocol

  14. val Coap: Protocol

  15. val Coaps: Protocol

  16. val Crid: Protocol

  17. val Data: Protocol

  18. val Dav: Protocol

  19. val Dict: Protocol

  20. val Dns: Protocol

  21. val File: Protocol

  22. val Ftp: Protocol

  23. val Geo: Protocol

  24. val Go: Protocol

  25. val Gopher: Protocol

  26. val H323: Protocol

  27. val Http: Protocol

  28. val Https: Protocol

  29. val Iax: Protocol

  30. val Icap: Protocol

  31. val Im: Protocol

  32. val Imap: Protocol

  33. val Info: Protocol

  34. val Ipp: Protocol

  35. val Iris: Protocol

  36. val IrisBeep: Protocol

  37. val IrisLwz: Protocol

  38. val IrisXpc: Protocol

  39. val IrisXpcs: Protocol

  40. val Jabber: Protocol

  41. val JarFile: Protocol

  42. val Ldap: Protocol

  43. val Mailto: Protocol

  44. val Mid: Protocol

  45. val Msrp: Protocol

  46. val Msrps: Protocol

  47. val Mtqp: Protocol

  48. val Mupdate: Protocol

  49. val News: Protocol

  50. val Nfs: Protocol

  51. val Ni: Protocol

  52. val Nih: Protocol

  53. val Nntp: Protocol

  54. val Opaquelocktoken: Protocol

  55. val Pop: Protocol

  56. val Pres: Protocol

  57. val Reload: Protocol

  58. val Rtsp: Protocol

  59. val Service: Protocol

  60. val Session: Protocol

  61. val Shttp: Protocol

  62. val Sieve: Protocol

  63. val Sip: Protocol

  64. val Sips: Protocol

  65. val Sms: Protocol

  66. val Snmp: Protocol

  67. val SoapBeep: Protocol

  68. val SoapBeeps: Protocol

  69. val Tag: Protocol

  70. val Tel: Protocol

  71. val Telnet: Protocol

  72. val Tftp: Protocol

  73. val Thismessage: Protocol

  74. val Tip: Protocol

  75. val Tn3270: Protocol

  76. val Tv: Protocol

  77. val Urn: Protocol

  78. val Vemmi: Protocol

  79. val Ws: Protocol

  80. val Wss: Protocol

  81. val Xcon: Protocol

  82. val XconUserid: Protocol

  83. val XmlrpcBeep: Protocol

  84. val XmlrpcBeeps: Protocol

  85. val Xmpp: Protocol

  86. val Z3950r: Protocol

  87. val Z3950s: Protocol

  88. def apply(index: Int): Protocol

    Definition Classes
    Enumerated
  89. def apply(name: String, caseSensitive: Boolean): Protocol

    Definition Classes
    Enumerated
  90. def apply(name: String): Protocol

    Definition Classes
    Enumerated
  91. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  92. def byScheme(scheme: String): Protocol

  93. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  94. def enumName(enum: EnumEntry): String

    Attributes
    protected[org.powerscala.enum]
    Definition Classes
    Enumerated
  95. def enumOrdinal(enum: EnumEntry): Int

    Attributes
    protected[org.powerscala.enum]
    Definition Classes
    Enumerated
  96. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  99. def get(name: String): Option[Protocol]

    Definition Classes
    Enumerated
  100. def getByScheme(scheme: String): Option[Protocol]

  101. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  104. lazy val length: Int

    Definition Classes
    Enumerated
  105. lazy val name: String

    Definition Classes
    Enumerated
  106. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  107. final def notify(): Unit

    Definition Classes
    AnyRef
  108. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  109. def random: Protocol

    Definition Classes
    Enumerated
  110. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  111. implicit val thisEnumerated: Enumerated[EnumEntry]

    Definition Classes
    Enumerated
  112. def toString(): String

    Definition Classes
    AnyRef → Any
  113. def unapply(s: String): Option[Protocol]

    Definition Classes
    Enumerated
  114. lazy val values: List[Protocol]

    Definition Classes
    Enumerated
  115. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Enumerated[Protocol]

Inherited from AnyRef

Inherited from Any

Ungrouped