com.khubla.pragmatach.framework.router
Class Router

java.lang.Object
  extended by com.khubla.pragmatach.framework.router.Router

public class Router
extends Object

Author:
tome

Constructor Summary
Router()
          ctor
 
Method Summary
static LRUCache<String,RouteFinder> getRoutecache()
           
 Response route(Request request)
          route request
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Router

public Router()
ctor

Method Detail

getRoutecache

public static LRUCache<String,RouteFinder> getRoutecache()

route

public Response route(Request request)
               throws PragmatachException
route request

Throws:
PragmatachException


Copyright © 2014 khubla.com. All rights reserved.