HTTPHTTP protocol clients, headers and cookies. |
|
This package implements a framework that reads annotation to route requests.
It provides a general HTTP request router class that can read a JSON configuration file to get the location of application classes that will handle the requests for each supported application URL pattern.
The framework router can read the application classes to parse their code and extract annotations.
The class annotations define the URL patterns that the respective class functions will handle.
The routing information extracted from the application classes is cached to avoid delaying the handling of the requests after the first time the application class annotations are processed. |
Return to top of the groups' hierarchy.