Class StaticRoute

java.lang.Object
me.panjohnny.jip.server.router.Route
me.panjohnny.jip.server.router.StaticRoute

public final class StaticRoute extends Route
Static route, which matches the path exactly.

For example, if the path is "/home", it will match only "/home".

Since:
1.0
Author:
Jan Štefanča
See Also: