public class VirtualHostHandlerImpl extends Object implements VirtualHostHandler
| Constructor and Description |
|---|
VirtualHostHandlerImpl(String hostname,
Handler<RoutingContext> handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(RoutingContext ctx)
Something has happened, so handle it.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic VirtualHostHandlerImpl(String hostname, Handler<RoutingContext> handler)
public void handle(RoutingContext ctx)
Handlerhandle in interface Handler<RoutingContext>ctx - the event to handleCopyright © 2020. All rights reserved.