Os

org.beangle.web.servlet.http.agent.Os$
See theOs companion class
object Os

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Os.type

Members list

Value members

Concrete methods

def parse(agentString: String): Os

Parses user agent string and returns the best match. Returns Os.UNKNOWN if there is no match.

Parses user agent string and returns the best match. Returns Os.UNKNOWN if there is no match.

Attributes

Returns

Os

Concrete fields

val UNKNOWN: Os
val osMap: HashMap[String, Os]