public interface HttpServerHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
handle(HttpServerContext context)
Handles the HTTP request, This method must call the same method from the
next handler if it exists an return it's result or it can handle the
request it self and return true in that case.
|
boolean handle(HttpServerContext context) throws IOException
context - The data context for this request.IOException - If any IOException occurs during this call.Copyright © 2015–2016 Bridje Framework. All rights reserved.