public class ManagementHttpServer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ManagementHttpServer.Builder |
static interface |
ManagementHttpServer.PathRemapper |
| Modifier and Type | Method and Description |
|---|---|
void |
addManagementGetRemapContext(String contextName,
ManagementHttpServer.PathRemapper remapper) |
void |
addStaticContext(String contextName,
io.undertow.server.handlers.resource.ResourceManager resourceManager) |
static ManagementHttpServer.Builder |
builder() |
SocketAddress |
getLocalAddress() |
<A extends SocketAddress> |
getLocalAddress(Class<A> type) |
SocketAddress |
getSecureLocalAddress() |
<A extends SocketAddress> |
getSecureLocalAddress(Class<A> type) |
void |
removeContext(String contextName) |
void |
start() |
void |
stop() |
public void start()
public void stop()
public void addStaticContext(String contextName, io.undertow.server.handlers.resource.ResourceManager resourceManager)
public void addManagementGetRemapContext(String contextName, ManagementHttpServer.PathRemapper remapper)
public void removeContext(String contextName)
public static ManagementHttpServer.Builder builder()
public SocketAddress getLocalAddress()
public <A extends SocketAddress> A getLocalAddress(Class<A> type)
public SocketAddress getSecureLocalAddress()
public <A extends SocketAddress> A getSecureLocalAddress(Class<A> type)
Copyright © 2018 JBoss by Red Hat. All rights reserved.