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 |
Modifier and Type | Method and Description |
---|---|
Collection<ProxyConfiguration> |
MCMPHandlerConfiguration.getProxyConfigurations()
Gets list of proxies as a collection of
ProxyConfiguration s. |
Modifier and Type | Method and Description |
---|---|
MCMPHandlerConfigurationBuilder |
MCMPHandlerConfigurationBuilder.setProxyConfigurations(Collection<ProxyConfiguration> proxyConfigurations)
Sets a static list of proxies to register with as a collection of
ProxyConfiguration s. |
Modifier and Type | Method and Description |
---|---|
Collection<ProxyConfiguration> |
MCMPHandlerConfigurationImpl.getProxyConfigurations() |
Collection<ProxyConfiguration> |
ModClusterConfig.getProxyConfigurations() |
Modifier and Type | Method and Description |
---|---|
void |
ModClusterConfig.setProxyConfigurations(Collection<ProxyConfiguration> proxyConfigurations) |
Constructor and 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) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
MCMPHandler.init(Collection<ProxyConfiguration> initialProxies,
MCMPConnectionListener connectionListener)
Initialization method for MCMP handler.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultMCMPHandler.addProxy(ProxyConfiguration proxyConfiguration) |
void |
DefaultMCMPHandler.addProxy(ProxyConfiguration proxyConfiguration,
boolean established) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultMCMPHandler.init(Collection<ProxyConfiguration> proxies,
MCMPConnectionListener connectionListener) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.