Object/Class

org.hyperscala.web.useragent

AgentType

Related Docs: class AgentType | package useragent

Permalink

object AgentType extends Enumerated[AgentType] with Serializable

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

    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. object Browser extends AgentType with Product with Serializable

    Permalink

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

  5. object EmailClient extends AgentType with Product with Serializable

    Permalink

    An email client, email reader

  6. object FeedReader extends AgentType with Product with Serializable

    Permalink

    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. object Library extends AgentType with Product with Serializable

    Permalink

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

  8. object MobileBrowser extends AgentType with Product with Serializable

    Permalink

    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. object MultimediaPlayer extends AgentType with Product with Serializable

    Permalink

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

  10. object OfflineBrowser extends AgentType with Product with Serializable

    Permalink

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

  11. object Other extends AgentType with Product with Serializable

    Permalink

    A software that doesn't match the other types

  12. object Robot extends AgentType with Product with Serializable

    Permalink

    Bots, such as Web crawlers

  13. object Unknown extends AgentType with Product with Serializable

    Permalink

    An unknown user agent type

  14. object UseragentAnonymizer extends AgentType with Product with Serializable

    Permalink

    A software to hide the real user agent information

  15. object Validator extends AgentType with Product with Serializable

    Permalink

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

  16. object WapBrowser extends AgentType with Product with Serializable

    Permalink

    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(name: String): AgentType

    Permalink
    Definition Classes
    Enumerated
  18. def apply(index: Int): AgentType

    Permalink
    Definition Classes
    Enumerated
  19. final def asInstanceOf[T0]: T0

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

    Permalink
  21. def clone(): AnyRef

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. macro def findValues: Set[AgentType]

    Permalink
    Attributes
    protected
    Definition Classes
    Enum
  26. def get(name: String, caseSensitive: Boolean): Option[AgentType]

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

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

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

    Permalink
    Definition Classes
    Any
  30. lazy val length: Int

    Permalink
    Definition Classes
    Enumerated
  31. final lazy val lowerCaseNamesToValuesMap: Map[String, AgentType]

    Permalink
    Definition Classes
    Enum
  32. final lazy val namesToValuesMap: Map[String, AgentType]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  36. def random: AgentType

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

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

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

    Permalink
    Definition Classes
    Enumerated
  40. val values: Vector[AgentType]

    Permalink
    Definition Classes
    AgentType → Enumerated → Enum
  41. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. def withName(name: String): AgentType

    Permalink
    Definition Classes
    Enum
  45. def withNameInsensitiveOption(name: String): Option[AgentType]

    Permalink
    Definition Classes
    Enum
  46. def withNameOption(name: String): Option[AgentType]

    Permalink
    Definition Classes
    Enum

Inherited from Serializable

Inherited from Serializable

Inherited from Enumerated[AgentType]

Inherited from Enum[AgentType]

Inherited from AnyRef

Inherited from Any

Ungrouped