| Package | Description |
|---|---|
| org.jboss.as.domain.http.server |
| 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) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.