public static class ChatroomManager.ChatroomConfig.Builder extends Object
ChatroomManager.ChatroomConfig
Constructor and Description |
---|
Builder()
Constructor of default
ChatroomManager.ChatroomConfig.Builder |
Modifier and Type | Method and Description |
---|---|
ChatroomManager.ChatroomConfig |
build()
Creates a
ChatroomManager.ChatroomConfig with the configuration. |
ChatroomManager.ChatroomConfig.Builder |
setCmsHost(String host)
Sets the host of CMS restful API server.
|
ChatroomManager.ChatroomConfig.Builder |
setRestHost(String host)
Sets the host of the chatroom restful API server.
|
ChatroomManager.ChatroomConfig.Builder |
setSocketHost(String host)
Sets the host of the chatroom socket server.
|
public Builder()
ChatroomManager.ChatroomConfig.Builder
public ChatroomManager.ChatroomConfig.Builder setRestHost(String host)
public ChatroomManager.ChatroomConfig.Builder setSocketHost(String host)
public ChatroomManager.ChatroomConfig.Builder setCmsHost(String host)
public ChatroomManager.ChatroomConfig build()
ChatroomManager.ChatroomConfig
with the configuration.