public class UserAgent extends Object
Modifier and Type | Field and Description |
---|---|
static String |
USER_AGENT
User Agent body to be sent in web socket handshake
Has the form of:
[Application Name] [GLV Name]/[Version] [Language Runtime Version] [OS]/[Version] [CPU Architecture]
|
static String |
USER_AGENT_HEADER_NAME
Request header name for user agent
|
Constructor and Description |
---|
UserAgent() |
public static final String USER_AGENT_HEADER_NAME
public static final String USER_AGENT
Copyright © 2013–2023 Apache Software Foundation. All rights reserved.