Package | Description |
---|---|
org.jboss.as.domain.http.server | |
org.jboss.as.server.mgmt |
Modifier and Type | Method and Description |
---|---|
static ConsoleMode |
ConsoleMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConsoleMode[] |
ConsoleMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ManagementHttpServer |
ManagementHttpServer.create(InetSocketAddress bindAddress,
InetSocketAddress secureBindAddress,
int backlog,
ModelController modelController,
SecurityRealm securityRealm,
ControlledProcessStateService controlledProcessStateService,
ConsoleMode consoleMode,
String consoleSlot,
io.undertow.server.handlers.ChannelUpgradeHandler upgradeHandler,
ManagementHttpRequestProcessor managementHttpRequestProcessor,
Collection<String> allowedOrigins,
org.xnio.XnioWorker worker,
Executor managementExecutor) |
Constructor and Description |
---|
UndertowHttpManagementService(ConsoleMode consoleMode,
String consoleSlot) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.