Class NameVirtualHostHandler

java.lang.Object
io.undertow.server.handlers.NameVirtualHostHandler
All Implemented Interfaces:
HttpHandler

public class NameVirtualHostHandler extends Object implements HttpHandler
A HttpHandler that implements virtual hosts based on the Host: http header header.
Author:
Stuart Douglas