public interface HttpBridlet
| Modifier and Type | Method and Description |
|---|---|
boolean |
handle(HttpBridletContext 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(HttpBridletContext context) throws IOException, HttpException
context - The data context for this request.IOException - If any IOException occurs during
this call.HttpException - An HTTP exception with the code and
message that must be return to the
client.Copyright © 2015–2018 Bridje Framework. All rights reserved.