Package | Description |
---|---|
io.undertow | |
io.undertow.server.handlers |
Modifier and Type | Method | Description |
---|---|---|
static NameVirtualHostHandler |
Handlers.virtualHost() |
Creates a new virtual host handler
|
static NameVirtualHostHandler |
Handlers.virtualHost(HttpHandler defaultHandler) |
Creates a new virtual host handler using the provided default handler
|
static NameVirtualHostHandler |
Handlers.virtualHost(HttpHandler defaultHandler,
HttpHandler hostHandler,
java.lang.String... hostnames) |
Creates a new virtual host handler that uses the provided handler as the root handler for the given hostnames.
|
static NameVirtualHostHandler |
Handlers.virtualHost(HttpHandler hostHandler,
java.lang.String... hostnames) |
Creates a new virtual host handler that uses the provided handler as the root handler for the given hostnames.
|
Modifier and Type | Method | Description |
---|---|---|
NameVirtualHostHandler |
NameVirtualHostHandler.addHost(java.lang.String host,
HttpHandler handler) |
|
NameVirtualHostHandler |
NameVirtualHostHandler.removeHost(java.lang.String host) |
|
NameVirtualHostHandler |
NameVirtualHostHandler.setDefaultHandler(HttpHandler defaultHandler) |
Copyright © 2018. All rights reserved.