RouterManagerImpl

Constructors

this
this()
Undocumented in source.

Members

Functions

accept
void accept(HttpServerContext context)
Undocumented in source. Be warned that the author may not have intended to support it.
findRouter
NavigableSet!RouterMatchResult findRouter(string method, string path, string contentType, string accept)
Undocumented in source. Be warned that the author may not have intended to support it.
getHttpMethodMatcher
Matcher getHttpMethodMatcher()
Undocumented in source. Be warned that the author may not have intended to support it.
getParameterPathMatcher
Matcher getParameterPathMatcher()
Undocumented in source. Be warned that the author may not have intended to support it.
getPatternPathMatcher
Matcher getPatternPathMatcher()
Undocumented in source. Be warned that the author may not have intended to support it.
getPrecisePathMather
Matcher getPrecisePathMather()
Undocumented in source. Be warned that the author may not have intended to support it.
getRegexPathMatcher
Matcher getRegexPathMatcher()
Undocumented in source. Be warned that the author may not have intended to support it.
register
Router register()
Undocumented in source. Be warned that the author may not have intended to support it.
register
Router register(int id)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From RouterManager

register
Router register()
Undocumented in source.
register
Router register(int id)
Undocumented in source.
findRouter
NavigableSet!(RouterMatchResult) findRouter(string method, string path, string contentType, string accept)
Undocumented in source.
accept
void accept(HttpServerContext context)
Undocumented in source.
create
RouterManager create()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta