The agent string of the UPnP stack in network messages, either as a server or client.
More...
|
| ServerClientTokens (int majorVersion, int minorVersion) |
|
| ServerClientTokens (String productName, String productVersion) |
|
| ServerClientTokens (int majorVersion, int minorVersion, String osName, String osVersion, String productName, String productVersion) |
|
int | getMajorVersion () |
|
void | setMajorVersion (int majorVersion) |
|
int | getMinorVersion () |
|
void | setMinorVersion (int minorVersion) |
|
String | getOsName () |
|
void | setOsName (String osName) |
|
String | getOsVersion () |
|
void | setOsVersion (String osVersion) |
|
String | getProductName () |
|
void | setProductName (String productName) |
|
String | getProductVersion () |
|
void | setProductVersion (String productVersion) |
|
String | toString () |
|
String | getHttpToken () |
|
String | getOsToken () |
|
String | getProductToken () |
|
boolean | equals (Object o) |
|
int | hashCode () |
|
|
static final String | UNKNOWN_PLACEHOLDER = "UNKNOWN" |
|
The agent string of the UPnP stack in network messages, either as a server or client.
Tries to detect the operating system name and version, defaults to UserConstants
for product name and version.
- Author
- Christian Bauer
The documentation for this class was generated from the following file:
- /github/workspace/yaacc/src/main/java/org/fourthline/cling/model/ServerClientTokens.java