Uses of Interface
org.jboss.modcluster.config.ProxyConfiguration
Packages that use ProxyConfiguration
Package
Description
Package containing a set of public configuration builders replacing legacy Java beans-style configuration.
-
Uses of ProxyConfiguration in org.jboss.modcluster.config
Methods in org.jboss.modcluster.config that return types with arguments of type ProxyConfigurationModifier and TypeMethodDescriptionMCMPHandlerConfiguration.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 ProxyConfigurationModifier and TypeMethodDescriptionMCMPHandlerConfigurationBuilder.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 ProxyConfigurationMethods in org.jboss.modcluster.config.impl that return types with arguments of type ProxyConfigurationModifier and TypeMethodDescriptionMCMPHandlerConfigurationImpl.getProxyConfigurations()
ModClusterConfig.getProxyConfigurations()
Method parameters in org.jboss.modcluster.config.impl with type arguments of type ProxyConfigurationModifier and TypeMethodDescriptionvoid
ModClusterConfig.setProxyConfigurations
(Collection<ProxyConfiguration> proxyConfigurations) Constructor parameters in org.jboss.modcluster.config.impl with type arguments of type ProxyConfigurationModifierConstructorDescriptionMCMPHandlerConfigurationImpl
(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 ProxyConfigurationModifier and TypeMethodDescriptionvoid
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 ProxyConfigurationModifier and TypeMethodDescriptionvoid
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 ProxyConfigurationModifier and TypeMethodDescriptionvoid
DefaultMCMPHandler.addProxy
(ProxyConfiguration proxyConfiguration) void
DefaultMCMPHandler.addProxy
(ProxyConfiguration proxyConfiguration, boolean established) Method parameters in org.jboss.modcluster.mcmp.impl with type arguments of type ProxyConfigurationModifier and TypeMethodDescriptionvoid
DefaultMCMPHandler.init
(Collection<ProxyConfiguration> proxies, MCMPConnectionListener connectionListener)