public interface HttpHandler
Modifier and Type | Method and Description |
---|---|
void |
handleRequest(HttpServerExchange exchange)
Handle the request.
|
void handleRequest(HttpServerExchange exchange) throws Exception
exchange
- the HTTP request/response exchangeException
Copyright © 2017 JBoss by Red Hat. All rights reserved.