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 ofProxyConfigurations. -
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 ofProxyConfigurations. -
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 TypeMethodDescriptionvoidModClusterConfig.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 TypeMethodDescriptionvoidMCMPHandler.addProxy(ProxyConfiguration proxyConfiguration) Add a proxy to the list of those with which this handler communicates.voidMCMPHandler.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 TypeMethodDescriptionvoidMCMPHandler.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 TypeMethodDescriptionvoidDefaultMCMPHandler.addProxy(ProxyConfiguration proxyConfiguration) voidDefaultMCMPHandler.addProxy(ProxyConfiguration proxyConfiguration, boolean established) Method parameters in org.jboss.modcluster.mcmp.impl with type arguments of type ProxyConfigurationModifier and TypeMethodDescriptionvoidDefaultMCMPHandler.init(Collection<ProxyConfiguration> proxies, MCMPConnectionListener connectionListener)