public class ClientRuntime extends Object
This class provides client info that will be sent to the servers as part of each request.
Modifier and Type | Method and Description |
---|---|
String |
getClientInfo() |
static ClientRuntime |
getRuntime()
Get the ClientRuntime instance.
|
String |
getUserAgent() |
static void |
setClientUserAgent(String clientUserAgent) |
public static void setClientUserAgent(String clientUserAgent)
public static ClientRuntime getRuntime()
Get the ClientRuntime instance.
public String getUserAgent()
public String getClientInfo()
Copyright © 2016–2023. All rights reserved.