All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.statoid.UserAgent

java.lang.Object
   |
   +----benno.statoid.UserAgent

public final class UserAgent
extends Object

Variable Index

 o mainName
 o rest
 o version

Constructor Index

 o UserAgent(String)
This constructor parses the supplied User-Agent: header (minus the User-Agent: prefix, and places the three components into the appropriate member variables.

Method Index

 o toString()

Variables

 o mainName
 public String mainName
 o version
 public String version
 o rest
 public String rest

Constructors

 o UserAgent
 public UserAgent(String s)
This constructor parses the supplied User-Agent: header (minus the User-Agent: prefix, and places the three components into the appropriate member variables.

Methods

 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index