JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
I
M
N
R
A
accept(HttpServerRequest)
- Method in class io.vertx.ext.routematcher.impl.
RouteMatcherImpl
accept(HttpServerRequest)
- Method in interface io.vertx.ext.routematcher.
RouteMatcher
all(String, Handler<HttpServerRequest>)
- Method in class io.vertx.ext.routematcher.impl.
RouteMatcherImpl
Specify a handler that will be called for all HTTP methods
all(String, Handler<HttpServerRequest>)
- Method in interface io.vertx.ext.routematcher.
RouteMatcher
Specify a handler that will be called for all HTTP methods
allWithRegEx(String, Handler<HttpServerRequest>)
- Method in class io.vertx.ext.routematcher.impl.
RouteMatcherImpl
Specify a handler that will be called for all HTTP methods
allWithRegEx(String, Handler<HttpServerRequest>)
- Method in interface io.vertx.ext.routematcher.
RouteMatcher
Specify a handler that will be called for all HTTP methods
I
io.vertx.ext.routematcher
- package io.vertx.ext.routematcher
io.vertx.ext.routematcher.impl
- package io.vertx.ext.routematcher.impl
M
matchMethod(HttpMethod, String, Handler<HttpServerRequest>)
- Method in class io.vertx.ext.routematcher.impl.
RouteMatcherImpl
matchMethod(HttpMethod, String, Handler<HttpServerRequest>)
- Method in interface io.vertx.ext.routematcher.
RouteMatcher
Specify a handler that will be called for a matching request
matchMethodWithRegEx(HttpMethod, String, Handler<HttpServerRequest>)
- Method in class io.vertx.ext.routematcher.impl.
RouteMatcherImpl
matchMethodWithRegEx(HttpMethod, String, Handler<HttpServerRequest>)
- Method in interface io.vertx.ext.routematcher.
RouteMatcher
Specify a handler that will be called for a matching request
N
noMatch(Handler<HttpServerRequest>)
- Method in class io.vertx.ext.routematcher.impl.
RouteMatcherImpl
Specify a handler that will be called when no other handlers match.
noMatch(Handler<HttpServerRequest>)
- Method in interface io.vertx.ext.routematcher.
RouteMatcher
Specify a handler that will be called when no other handlers match.
R
RouteMatcher
- Interface in
io.vertx.ext.routematcher
routeMatcher()
- Static method in interface io.vertx.ext.routematcher.
RouteMatcher
RouteMatcherImpl
- Class in
io.vertx.ext.routematcher.impl
This class allows you to do route requests based on the HTTP verb and the request URI, in a manner similar to
Sinatra
or
Express
.
RouteMatcherImpl()
- Constructor for class io.vertx.ext.routematcher.impl.
RouteMatcherImpl
Do not instantiate this directly - use RouteMatcher.newRouteMatcher() instead
A
I
M
N
R
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2014. All Rights Reserved.