Uses of Interface
org.refcodes.rest.RestRequestEvent
-
-
Uses of RestRequestEvent in org.refcodes.rest
Classes in org.refcodes.rest that implement RestRequestEvent Modifier and Type Class Description classRestRequestEventImplImplementation of theRestRequestEventinterface as good old POJO for use by differentRestServerimplementations.Methods in org.refcodes.rest with parameters of type RestRequestEvent Modifier and Type Method Description voidHttpExceptionHandler. onHttpError(RestRequestEvent aRequestEvent, org.refcodes.net.HttpServerResponse aHttpServerResponse, java.lang.Exception aException, org.refcodes.net.HttpStatusCode aHttpStatusCode)Invoked upon thrownExceptioninstances whilst processing HTTP-Requests.voidRestEndpointBuilderImpl. onRequest(RestRequestEvent aRequest, org.refcodes.net.HttpServerResponse aResponse)The invoker provides a request context being aRestRequestEvent) describing the request and a response being aHttpServerResponseto be processed upon by yourlambda's code.voidRestRequestObserver. onRequest(RestRequestEvent aRequest, org.refcodes.net.HttpServerResponse aResponse)The invoker provides a request context being aRestRequestEvent) describing the request and a response being aHttpServerResponseto be processed upon by yourlambda's code.
-