public class XMPPServerConnectionConfiguration extends Object
| Constructor and Description |
|---|
XMPPServerConnectionConfiguration(String host,
int port,
String username,
String password,
int timeoutInterval,
String resource) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
String |
getPassword() |
int |
getPort() |
String |
getResource() |
int |
getTimeoutInterval() |
String |
getUsername() |
Copyright © 2017 WSO2. All rights reserved.