Uses of Interface
org.jboss.modcluster.config.ProxyConfiguration
-
Packages that use ProxyConfiguration Package Description org.jboss.modcluster.config org.jboss.modcluster.config.builder Package containing a set of public configuration builders replacing legacy Java beans-style configuration.org.jboss.modcluster.config.impl org.jboss.modcluster.mcmp org.jboss.modcluster.mcmp.impl -
-
Uses of ProxyConfiguration in org.jboss.modcluster.config
Methods in org.jboss.modcluster.config that return types with arguments of type ProxyConfiguration Modifier and Type Method Description Collection<ProxyConfiguration>
MCMPHandlerConfiguration. getProxyConfigurations()
Gets list of proxies as a collection ofProxyConfiguration
s. -
Uses of ProxyConfiguration in org.jboss.modcluster.config.builder
Method parameters in org.jboss.modcluster.config.builder with type arguments of type ProxyConfiguration Modifier and Type Method Description MCMPHandlerConfigurationBuilder
MCMPHandlerConfigurationBuilder. setProxyConfigurations(Collection<ProxyConfiguration> proxyConfigurations)
Sets a static list of proxies to register with as a collection ofProxyConfiguration
s. -
Uses of ProxyConfiguration in org.jboss.modcluster.config.impl
Classes in org.jboss.modcluster.config.impl that implement ProxyConfiguration Modifier and Type Class Description class
ProxyConfigurationImpl
Methods in org.jboss.modcluster.config.impl that return types with arguments of type ProxyConfiguration Modifier and Type Method Description Collection<ProxyConfiguration>
MCMPHandlerConfigurationImpl. getProxyConfigurations()
Collection<ProxyConfiguration>
ModClusterConfig. getProxyConfigurations()
Method parameters in org.jboss.modcluster.config.impl with type arguments of type ProxyConfiguration Modifier and Type Method Description void
ModClusterConfig. setProxyConfigurations(Collection<ProxyConfiguration> proxyConfigurations)
Constructor parameters in org.jboss.modcluster.config.impl with type arguments of type ProxyConfiguration Constructor Description MCMPHandlerConfigurationImpl(Collection<ProxyConfiguration> proxyConfigurations, String proxyURL, int socketTimeout, SocketFactory socketFactory, Map<String,Set<String>> excludedContextsPerHost, Boolean advertise, boolean autoEnableContexts, long stopContextTimeout, TimeUnit stopContextTimeoutUnit, JvmRouteFactory jvmRouteFactory, SessionDrainingStrategy sessionDrainingStrategy)
-
Uses of ProxyConfiguration in org.jboss.modcluster.mcmp
Methods in org.jboss.modcluster.mcmp with parameters of type ProxyConfiguration Modifier and Type Method Description void
MCMPHandler. addProxy(ProxyConfiguration proxyConfiguration)
Add a proxy to the list of those with which this handler communicates.void
MCMPHandler. addProxy(ProxyConfiguration proxyConfiguration, boolean established)
Add a proxy to the list of those with which this handler communicates.Method parameters in org.jboss.modcluster.mcmp with type arguments of type ProxyConfiguration Modifier and Type Method Description void
MCMPHandler. init(Collection<ProxyConfiguration> initialProxies, MCMPConnectionListener connectionListener)
Initialization method for MCMP handler. -
Uses of ProxyConfiguration in org.jboss.modcluster.mcmp.impl
Methods in org.jboss.modcluster.mcmp.impl with parameters of type ProxyConfiguration Modifier and Type Method Description void
DefaultMCMPHandler. addProxy(ProxyConfiguration proxyConfiguration)
void
DefaultMCMPHandler. addProxy(ProxyConfiguration proxyConfiguration, boolean established)
Method parameters in org.jboss.modcluster.mcmp.impl with type arguments of type ProxyConfiguration Modifier and Type Method Description void
DefaultMCMPHandler. init(Collection<ProxyConfiguration> proxies, MCMPConnectionListener connectionListener)
-