Class UserAgent
- java.lang.Object
 - 
- org.apache.tinkerpop.gremlin.driver.UserAgent
 
 
- 
public class UserAgent extends Object
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringUSER_AGENTUser 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 StringUSER_AGENT_HEADER_NAMERequest header name for user agent 
- 
Constructor Summary
Constructors Constructor Description UserAgent() 
 - 
 
- 
- 
Field Detail
- 
USER_AGENT_HEADER_NAME
public static final String USER_AGENT_HEADER_NAME
Request header name for user agent- See Also:
 - Constant Field Values
 
 
- 
USER_AGENT
public static final 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] 
 - 
 
 -