public class MCMPConfig extends Object
Modifier and Type | Class and Description |
---|---|
static class | MCMPConfig.AdvertiseBuilder |
static class | MCMPConfig.Builder |
static class | MCMPConfig.WebBuilder |
Constructor and Description |
---|
MCMPConfig(MCMPConfig.Builder builder) |
Modifier and Type | Method and Description |
---|---|
static MCMPConfig.Builder | builder() |
HttpHandler | create(ModCluster modCluster, HttpHandler next) |
io.undertow.server.handlers.proxy.mod_cluster.MCMPConfig.AdvertiseConfig | getAdvertiseConfig() |
String | getManagementHost() Deprecated. |
int | getManagementPort() Deprecated. |
InetSocketAddress | getManagementSocketAddress() |
static MCMPConfig.WebBuilder | webBuilder() |
public MCMPConfig(MCMPConfig.Builder builder)
public static MCMPConfig.Builder builder()
public static MCMPConfig.WebBuilder webBuilder()
@Deprecated public String getManagementHost()
@Deprecated public int getManagementPort()
public InetSocketAddress getManagementSocketAddress()
public io.undertow.server.handlers.proxy.mod_cluster.MCMPConfig.AdvertiseConfig getAdvertiseConfig()
public HttpHandler create(ModCluster modCluster, HttpHandler next)
Copyright © 2020 JBoss by Red Hat. All rights reserved.