Package io.fabric8.mockwebserver.vertx
Class HttpServerRequestHandler
- java.lang.Object
-
- io.fabric8.mockwebserver.vertx.HttpServerRequestHandler
-
- All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>
public abstract class HttpServerRequestHandler extends Object implements io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedHttpServerRequestHandler(io.vertx.core.Vertx vertx)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidhandle(io.vertx.core.http.HttpServerRequest event)protected abstract MockResponseonHttpRequest(RecordedRequest request)
-
-
-
Method Detail
-
onHttpRequest
protected abstract MockResponse onHttpRequest(RecordedRequest request)
-
handle
public final void handle(io.vertx.core.http.HttpServerRequest event)
- Specified by:
handlein interfaceio.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>
-
-