Package | Description |
---|---|
io.undertow | |
io.undertow.server.handlers |
Modifier and Type | Method and 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, 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, 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 and Description |
---|---|
NameVirtualHostHandler | NameVirtualHostHandler.addHost(String host, HttpHandler handler) |
NameVirtualHostHandler | NameVirtualHostHandler.removeHost(String host) |
NameVirtualHostHandler | NameVirtualHostHandler.setDefaultHandler(HttpHandler defaultHandler) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.