public class CometdConfig extends Object
| Constructor and Description |
|---|
CometdConfig()
Instantiates a new client config.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContainerName()
Gets the container name.
|
String |
getPath()
Gets the path.
|
String |
getToken()
Gets the token.
|
void |
setContainerName(String container)
Sets the container name.
|
void |
setPath(String cometdPath)
Sets the path.
|
void |
setToken(String token)
Sets the token.
|
String |
toJSON()
To JSON.
|
public String getToken()
public void setToken(String token)
token - the new cometd tokenpublic String getPath()
public void setPath(String cometdPath)
cometdPath - the cometdPathpublic String getContainerName()
public void setContainerName(String container)
container - the containerpublic String toJSON() throws org.exoplatform.ws.frameworks.json.impl.JsonException
org.exoplatform.ws.frameworks.json.impl.JsonExceptionCopyright © 2003–2019 eXo Platform SAS. All rights reserved.