Package tigase.http.java
Class JavaStandaloneHttpServer.PortConfigBean
- java.lang.Object
-
- tigase.http.AbstractHttpServer.PortConfigBean
-
- tigase.http.java.JavaStandaloneHttpServer.PortConfigBean
-
- All Implemented Interfaces:
tigase.kernel.beans.config.ConfigurationChangedAware,tigase.kernel.beans.Initializable,tigase.kernel.beans.UnregisterAware
- Enclosing class:
- JavaStandaloneHttpServer
public static class JavaStandaloneHttpServer.PortConfigBean extends AbstractHttpServer.PortConfigBean
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class tigase.http.AbstractHttpServer.PortConfigBean
AbstractHttpServer.PortConfigBean.RedirectionCondition
-
-
Field Summary
Fields Modifier and Type Field Description protected com.sun.net.httpserver.HttpServerhttpServer
-
Constructor Summary
Constructors Constructor Description PortConfigBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbeanConfigurationChanged(java.util.Collection<java.lang.String> changedFields)voidbeforeUnregister()voidinitialize()voidserverInitialized(tigase.cluster.ClusterConnectionManager.ClusterInitializedEvent event)protected voidstartServers()-
Methods inherited from class tigase.http.AbstractHttpServer.PortConfigBean
getDomain, getPort, getRedirectCondition, getRedirectUri, getSocket
-
-
-
-
Method Detail
-
beanConfigurationChanged
public void beanConfigurationChanged(java.util.Collection<java.lang.String> changedFields)
-
beforeUnregister
public void beforeUnregister()
-
initialize
public void initialize()
-
serverInitialized
@HandleEvent public void serverInitialized(tigase.cluster.ClusterConnectionManager.ClusterInitializedEvent event)
-
startServers
protected void startServers()
-
-