SMILA (incubation) API documentation

Package org.eclipse.smila.http.server.util

Interface Summary
RequestHandler Interface RequestHandler for handlers of HTTP requests to URI that share a common root context (e.g.
 

Class Summary
AJettyHandlerService base class for declarative services for registering Jetty handlers in the htp server.
ARequestHandler Abstract base class for RequestHandler implementations.
Constants Some often used constants.
RequestDispatcher Implementation of a HattpHandler that dispatches incoming requests to RequestHandlers that registered themselves with this RequestDispatcher.
ResourceHandlerService An implementation of the JettyHandlerService interface to process requests to static web resources.
ServletContextService A prototypical service to register a single servlet in the http server.
WebappContextService An implementation of the JettyHandlerService interface to process requests to static web resources.
 


SMILA (incubation) API documentation