Uses of Class
org.refcodes.rest.RestRequestEvent

  • Uses of RestRequestEvent in org.refcodes.rest

    Methods in org.refcodes.rest with parameters of type RestRequestEvent
    Modifier and Type
    Method
    Description
    void
    HttpExceptionHandler.onHttpError(RestRequestEvent aRequestEvent, org.refcodes.web.HttpServerResponse aHttpServerResponse, Exception aException, org.refcodes.web.HttpStatusCode aHttpStatusCode)
    Invoked upon thrown Exception instances whilst processing HTTP-Requests.
    void
    RestEndpointBuilder.onRequest(RestRequestEvent aRequest, org.refcodes.web.HttpServerResponse aResponse)
    The invoker provides a request context being a RestRequestEvent) describing the request and a response being a HttpServerResponse to be processed upon by your lambda's code.
    void
    RestRequestConsumer.onRequest(RestRequestEvent aRequest, org.refcodes.web.HttpServerResponse aResponse)
    The invoker provides a request context being a RestRequestEvent) describing the request and a response being a HttpServerResponse to be processed upon by your lambda's code.