Packages

object ConnectionType extends Enum[ConnectionType] with PlayJsonEnum[ConnectionType] with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConnectionType
  2. Serializable
  3. Serializable
  4. PlayJsonEnum
  5. Enum
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. macro def findValues: IndexedSeq[ConnectionType]
    Attributes
    protected
    Definition Classes
    Enum
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def indexOf(member: ConnectionType): Int
    Definition Classes
    Enum
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. implicit val jsonFormat: Format[ConnectionType]
    Definition Classes
    PlayJsonEnum
  15. final lazy val lowerCaseNamesToValuesMap: Map[String, ConnectionType]
    Definition Classes
    Enum
  16. lazy val namesToValuesMap: Map[String, ConnectionType]
    Definition Classes
    Enum
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final lazy val upperCaseNameValuesToMap: Map[String, ConnectionType]
    Definition Classes
    Enum
  23. def values: IndexedSeq[ConnectionType]

    Returns a sequence of all connection types

    Returns a sequence of all connection types

    Definition Classes
    ConnectionType → Enum
  24. final lazy val valuesToIndex: Map[ConnectionType, Int]
    Definition Classes
    Enum
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  28. def withName(name: String): ConnectionType
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  29. def withNameInsensitive(name: String): ConnectionType
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  30. def withNameInsensitiveOption(name: String): Option[ConnectionType]
    Definition Classes
    Enum
  31. def withNameLowercaseOnly(name: String): ConnectionType
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  32. def withNameLowercaseOnlyOption(name: String): Option[ConnectionType]
    Definition Classes
    Enum
  33. def withNameOption(name: String): Option[ConnectionType]
    Definition Classes
    Enum
  34. def withNameUppercaseOnly(name: String): ConnectionType
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  35. def withNameUppercaseOnlyOption(name: String): Option[ConnectionType]
    Definition Classes
    Enum
  36. object AkkaType extends ConnectionType with Product with Serializable

    Represents an Akka type of connection

  37. object HttpType extends ConnectionType with Product with Serializable

    Represents a HTTP type of connection

  38. object TcpType extends ConnectionType with Product with Serializable

    Represents a TCP type of connection

Inherited from Serializable

Inherited from Serializable

Inherited from PlayJsonEnum[ConnectionType]

Inherited from Enum[ConnectionType]

Inherited from AnyRef

Inherited from Any

Ungrouped