public static class AbstractConnectionManager.PortConfigBean extends Object implements tigase.kernel.beans.config.ConfigurationChangedAware, tigase.kernel.beans.Initializable, tigase.kernel.beans.UnregisterAware
| Modifier and Type | Field and Description |
|---|---|
protected String[] |
ifc |
protected tigase.net.SocketType |
socket |
protected tigase.net.ConnectionType |
type |
| Constructor and Description |
|---|
PortConfigBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
beanConfigurationChanged(Collection<String> changedFields) |
void |
beforeUnregister() |
protected Map<String,Object> |
getProps() |
void |
initialize() |
@ConfigField(desc="Interface to listen on") protected String[] ifc
@ConfigField(desc="Socket type") protected tigase.net.SocketType socket
@ConfigField(desc="Port type") protected tigase.net.ConnectionType type
public void beanConfigurationChanged(Collection<String> changedFields)
beanConfigurationChanged in interface tigase.kernel.beans.config.ConfigurationChangedAwarepublic void beforeUnregister()
beforeUnregister in interface tigase.kernel.beans.UnregisterAwarepublic void initialize()
initialize in interface tigase.kernel.beans.InitializableCopyright © 2011–2019 Tigase. All rights reserved.