org.hyperscala.web.useragent

AgentType

object AgentType extends Enumerated[AgentType]

Linear Supertypes
Enumerated[AgentType], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AgentType
  2. Enumerated
  3. AnyRef
  4. 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: AgentType): 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 Browser: AgentType

    A web browser, especially on a desktop, notebook or workstation

  8. val EmailClient: AgentType

    An email client, email reader

  9. val FeedReader: AgentType

    A news aggregator, also termed a feed aggregator, feed reader, news reader, RSS reader or simply aggregator

    A news aggregator, also termed a feed aggregator, feed reader, news reader, RSS reader or simply aggregator

  10. val Library: AgentType

    A library is a collection of resources used to develop software.

  11. val MobileBrowser: AgentType

    A mobile browser, also called a microbrowser, minibrowser, or wireless internet browser (WIB), is a web browser designed for use on a mobile device.

  12. val MultimediaPlayer: AgentType

    Media player, also called multimedia player, is a term typically used to describe computer software for playing back multimedia files.

  13. val OfflineBrowser: AgentType

    Offline browser which may download completely or partially a website to a hard drive

  14. val Other: AgentType

    A software that doesn't match the other types

  15. val Robot: AgentType

    Bots, such as Web crawlers

  16. val Unknown: AgentType

    An unknown user agent type

  17. val UseragentAnonymizer: AgentType

    A software to hide the real user agent information

  18. val Validator: AgentType

    A software or service that validates parts of a website or webservice, such as CSS, HTML, JSON, XML

  19. val WapBrowser: AgentType

    A WAP browser is a web browser for mobile devices such as mobile phones that uses the Wireless Application Protocol (WAP).

    A WAP browser is a web browser for mobile devices such as mobile phones that uses the Wireless Application Protocol (WAP). WAP is a technical standard for accessing information over a mobile wireless network.

  20. def apply(index: Int): AgentType

    Definition Classes
    Enumerated
  21. def apply(name: String, caseSensitive: Boolean): AgentType

    Definition Classes
    Enumerated
  22. def apply(name: String): AgentType

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

    Definition Classes
    Any
  24. def byFriendlyName(name: String): AgentType

  25. def clone(): AnyRef

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

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

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

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

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

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

    Definition Classes
    Enumerated
  32. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  35. lazy val length: Int

    Definition Classes
    Enumerated
  36. lazy val name: String

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

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

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

    Definition Classes
    AnyRef
  40. def random: AgentType

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

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

    Definition Classes
    Enumerated
  43. def toString(): String

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

    Definition Classes
    Enumerated
  45. lazy val values: List[AgentType]

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Enumerated[AgentType]

Inherited from AnyRef

Inherited from Any

Ungrouped