RouterImpl

Constructors

this
this(int id, RouterManagerImpl routerManager)
Undocumented in source.

Members

Functions

consumes
Router consumes(string contentType)
Undocumented in source. Be warned that the author may not have intended to support it.
del
Router del(string url)
Undocumented in source. Be warned that the author may not have intended to support it.
disable
Router disable()
Undocumented in source. Be warned that the author may not have intended to support it.
enable
Router enable()
Undocumented in source. Be warned that the author may not have intended to support it.
get
Router get(string url)
Undocumented in source. Be warned that the author may not have intended to support it.
getId
int getId()
Undocumented in source. Be warned that the author may not have intended to support it.
getMatchTypes
Set!(MatchType) getMatchTypes()
Undocumented in source. Be warned that the author may not have intended to support it.
handle
void handle(RoutingContext context)
Undocumented in source. Be warned that the author may not have intended to support it.
handler
Router handler(RouteHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
handler
Router handler(RoutingHandler h)
Undocumented in source. Be warned that the author may not have intended to support it.
isEnable
bool isEnable()
Undocumented in source. Be warned that the author may not have intended to support it.
method
Router method(HttpMethod httpMethod)
Undocumented in source. Be warned that the author may not have intended to support it.
method
Router method(string method)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(Router o)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
path
Router path(string url)
Undocumented in source. Be warned that the author may not have intended to support it.
pathRegex
Router pathRegex(string regex)
Undocumented in source. Be warned that the author may not have intended to support it.
paths
Router paths(string[] urlList)
Undocumented in source. Be warned that the author may not have intended to support it.
post
Router post(string url)
Undocumented in source. Be warned that the author may not have intended to support it.
produces
Router produces(string accept)
Undocumented in source. Be warned that the author may not have intended to support it.
put
Router put(string url)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Router

getId
int getId()
Undocumented in source.
isEnable
bool isEnable()
Undocumented in source.
getMatchTypes
Set!(Matcher.MatchType) getMatchTypes()
Undocumented in source.
path
Router path(string url)
Undocumented in source.
paths
Router paths(string[] urlList)
Undocumented in source.
pathRegex
Router pathRegex(string regex)
Undocumented in source.
method
Router method(string method)
Undocumented in source.
method
Router method(HttpMethod httpMethod)
Undocumented in source.
get
Router get(string url)
Undocumented in source.
post
Router post(string url)
Undocumented in source.
put
Router put(string url)
Undocumented in source.
del
Router del(string url)
Undocumented in source.
consumes
Router consumes(string contentType)
Undocumented in source.
produces
Router produces(string accept)
Undocumented in source.
handler
Router handler(RouteHandler handler)
Undocumented in source.
handler
Router handler(RoutingHandler handler)
Undocumented in source.
handle
void handle(RoutingContext context)
Undocumented in source.
enable
Router enable()
Undocumented in source.
disable
Router disable()
Undocumented in source.

Meta