class HttpRequestHandler extends java.lang.Object implements io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>
This class was created so that we can write encapsulating logic around the handling of each request that comes to the server. For example, we can intercept the handle() method on this class to clean up any lingering database connections or transactions once the request has been served to the user. Author: Kevin Sheppard Date: April 01, 2023
Constructor and description |
---|
HttpRequestHandler(Router delegate) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Groovy Documentation