org.hyperscala.web.useragent

AgentType

object AgentType extends Enumerated[AgentType]

Linear Supertypes
Enumerated[AgentType], FromString[AgentType], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AgentType
  2. Enumerated
  3. FromString
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
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. val Browser: AgentType

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

  5. val EmailClient: AgentType

    An email client, email reader

  6. 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

  7. val Library: AgentType

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

  8. 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.

  9. val MultimediaPlayer: AgentType

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

  10. val OfflineBrowser: AgentType

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

  11. val Other: AgentType

    A software that doesn't match the other types

  12. val Robot: AgentType

    Bots, such as Web crawlers

  13. val Unknown: AgentType

    An unknown user agent type

  14. val UseragentAnonymizer: AgentType

    A software to hide the real user agent information

  15. val Validator: AgentType

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

  16. 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.

  17. def apply(index: Int): AgentType

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

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

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

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

  22. def clone(): AnyRef

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

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

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

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

    Definition Classes
    Enumerated
  27. def get(name: String): Option[AgentType]

    Definition Classes
    Enumerated → FromString
  28. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  31. lazy val length: Int

    Definition Classes
    Enumerated
  32. lazy val name: String

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

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

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

    Definition Classes
    AnyRef
  36. def random: AgentType

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

    Definition Classes
    AnyRef
  38. def toString(): String

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

    Definition Classes
    Enumerated
  40. def values: List[AgentType]

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Enumerated[AgentType]

Inherited from FromString[AgentType]

Inherited from AnyRef

Inherited from Any

Ungrouped