public class VertxPlatformHttpRouter extends Object implements io.vertx.ext.web.Router
| Modifier and Type | Field and Description |
|---|---|
static String |
PLATFORM_HTTP_ROUTER_NAME |
| Constructor and Description |
|---|
VertxPlatformHttpRouter(io.vertx.core.Vertx vertx,
io.vertx.ext.web.Router delegate) |
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> |
bodyHandler() |
io.vertx.ext.web.Router |
clear() |
io.vertx.ext.web.Route |
connect() |
io.vertx.ext.web.Route |
connect(String s) |
io.vertx.ext.web.Route |
connectWithRegex(String s) |
io.vertx.ext.web.Route |
delete() |
io.vertx.ext.web.Route |
delete(String s) |
io.vertx.ext.web.Route |
deleteWithRegex(String s) |
io.vertx.ext.web.Router |
errorHandler(int i,
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> handler) |
io.vertx.ext.web.Router |
exceptionHandler(io.vertx.core.Handler<Throwable> handler)
Deprecated.
|
io.vertx.ext.web.Route |
get() |
io.vertx.ext.web.Route |
get(String s) |
List<io.vertx.ext.web.Route> |
getRoutes() |
io.vertx.ext.web.Route |
getWithRegex(String s) |
void |
handle(io.vertx.core.http.HttpServerRequest request) |
void |
handleContext(io.vertx.ext.web.RoutingContext context) |
void |
handleFailure(io.vertx.ext.web.RoutingContext context) |
io.vertx.ext.web.Route |
head() |
io.vertx.ext.web.Route |
head(String s) |
io.vertx.ext.web.Route |
headWithRegex(String s) |
static VertxPlatformHttpRouter |
lookup(org.apache.camel.CamelContext camelContext) |
io.vertx.ext.web.Router |
modifiedHandler(io.vertx.core.Handler<io.vertx.ext.web.Router> handler) |
io.vertx.ext.web.Router |
mountSubRouter(String s,
io.vertx.ext.web.Router router) |
io.vertx.ext.web.Route |
options() |
io.vertx.ext.web.Route |
options(String s) |
io.vertx.ext.web.Route |
optionsWithRegex(String s) |
io.vertx.ext.web.Route |
patch() |
io.vertx.ext.web.Route |
patch(String s) |
io.vertx.ext.web.Route |
patchWithRegex(String s) |
io.vertx.ext.web.Route |
post() |
io.vertx.ext.web.Route |
post(String s) |
io.vertx.ext.web.Route |
postWithRegex(String s) |
io.vertx.ext.web.Route |
put() |
io.vertx.ext.web.Route |
put(String s) |
io.vertx.ext.web.Route |
putWithRegex(String s) |
io.vertx.ext.web.Route |
route() |
io.vertx.ext.web.Route |
route(io.vertx.core.http.HttpMethod method,
String s) |
io.vertx.ext.web.Route |
route(String s) |
io.vertx.ext.web.Route |
routeWithRegex(io.vertx.core.http.HttpMethod method,
String s) |
io.vertx.ext.web.Route |
routeWithRegex(String s) |
io.vertx.ext.web.Route |
trace() |
io.vertx.ext.web.Route |
trace(String s) |
io.vertx.ext.web.Route |
traceWithRegex(String s) |
io.vertx.core.Vertx |
vertx() |
public static final String PLATFORM_HTTP_ROUTER_NAME
public VertxPlatformHttpRouter(io.vertx.core.Vertx vertx,
io.vertx.ext.web.Router delegate)
public io.vertx.core.Vertx vertx()
public io.vertx.ext.web.Route route()
route in interface io.vertx.ext.web.Routerpublic io.vertx.ext.web.Route route(io.vertx.core.http.HttpMethod method,
String s)
route in interface io.vertx.ext.web.Routerpublic io.vertx.ext.web.Route route(String s)
route in interface io.vertx.ext.web.Routerpublic io.vertx.ext.web.Route routeWithRegex(io.vertx.core.http.HttpMethod method,
String s)
routeWithRegex in interface io.vertx.ext.web.Routerpublic io.vertx.ext.web.Route routeWithRegex(String s)
routeWithRegex in interface io.vertx.ext.web.Routerpublic io.vertx.ext.web.Route get()
get in interface io.vertx.ext.web.Routerpublic io.vertx.ext.web.Route get(String s)
get in interface io.vertx.ext.web.Routerpublic io.vertx.ext.web.Route getWithRegex(String s)
getWithRegex in interface io.vertx.ext.web.Routerpublic io.vertx.ext.web.Route head()
head in interface io.vertx.ext.web.Routerpublic io.vertx.ext.web.Route head(String s)
head in interface io.vertx.ext.web.Routerpublic io.vertx.ext.web.Route headWithRegex(String s)
headWithRegex in interface io.vertx.ext.web.Routerpublic io.vertx.ext.web.Route options()
options in interface io.vertx.ext.web.Routerpublic io.vertx.ext.web.Route options(String s)
options in interface io.vertx.ext.web.Routerpublic io.vertx.ext.web.Route optionsWithRegex(String s)
optionsWithRegex in interface io.vertx.ext.web.Routerpublic io.vertx.ext.web.Route put()
put in interface io.vertx.ext.web.Routerpublic io.vertx.ext.web.Route put(String s)
put in interface io.vertx.ext.web.Routerpublic io.vertx.ext.web.Route putWithRegex(String s)
putWithRegex in interface io.vertx.ext.web.Routerpublic io.vertx.ext.web.Route post()
post in interface io.vertx.ext.web.Routerpublic io.vertx.ext.web.Route post(String s)
post in interface io.vertx.ext.web.Routerpublic io.vertx.ext.web.Route postWithRegex(String s)
postWithRegex in interface io.vertx.ext.web.Routerpublic io.vertx.ext.web.Route delete()
delete in interface io.vertx.ext.web.Routerpublic io.vertx.ext.web.Route delete(String s)
delete in interface io.vertx.ext.web.Routerpublic io.vertx.ext.web.Route deleteWithRegex(String s)
deleteWithRegex in interface io.vertx.ext.web.Routerpublic io.vertx.ext.web.Route trace()
trace in interface io.vertx.ext.web.Routerpublic io.vertx.ext.web.Route trace(String s)
trace in interface io.vertx.ext.web.Routerpublic io.vertx.ext.web.Route traceWithRegex(String s)
traceWithRegex in interface io.vertx.ext.web.Routerpublic io.vertx.ext.web.Route connect()
connect in interface io.vertx.ext.web.Routerpublic io.vertx.ext.web.Route connect(String s)
connect in interface io.vertx.ext.web.Routerpublic io.vertx.ext.web.Route connectWithRegex(String s)
connectWithRegex in interface io.vertx.ext.web.Routerpublic io.vertx.ext.web.Route patch()
patch in interface io.vertx.ext.web.Routerpublic io.vertx.ext.web.Route patch(String s)
patch in interface io.vertx.ext.web.Routerpublic io.vertx.ext.web.Route patchWithRegex(String s)
patchWithRegex in interface io.vertx.ext.web.Routerpublic List<io.vertx.ext.web.Route> getRoutes()
getRoutes in interface io.vertx.ext.web.Routerpublic io.vertx.ext.web.Router clear()
clear in interface io.vertx.ext.web.Routerpublic io.vertx.ext.web.Router mountSubRouter(String s, io.vertx.ext.web.Router router)
mountSubRouter in interface io.vertx.ext.web.Router@Deprecated public io.vertx.ext.web.Router exceptionHandler(io.vertx.core.Handler<Throwable> handler)
exceptionHandler in interface io.vertx.ext.web.Routerpublic io.vertx.ext.web.Router errorHandler(int i,
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> handler)
errorHandler in interface io.vertx.ext.web.Routerpublic void handleContext(io.vertx.ext.web.RoutingContext context)
handleContext in interface io.vertx.ext.web.Routerpublic void handleFailure(io.vertx.ext.web.RoutingContext context)
handleFailure in interface io.vertx.ext.web.Routerpublic io.vertx.ext.web.Router modifiedHandler(io.vertx.core.Handler<io.vertx.ext.web.Router> handler)
modifiedHandler in interface io.vertx.ext.web.Routerpublic void handle(io.vertx.core.http.HttpServerRequest request)
handle in interface io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> bodyHandler()
public static VertxPlatformHttpRouter lookup(org.apache.camel.CamelContext camelContext)
Apache Camel