public class ConnectHandler extends Object implements HttpHandler
| Constructor and Description |
|---|
ConnectHandler(HttpHandler next) |
ConnectHandler(HttpHandler next,
Predicate allowed) |
public ConnectHandler(HttpHandler next)
public ConnectHandler(HttpHandler next, Predicate allowed)
public void handleRequest(HttpServerExchange exchange) throws Exception
HttpHandlerhandleRequest in interface HttpHandlerexchange - the HTTP request/response exchangeExceptionCopyright © 2016. All rights reserved.