SMILA 1.0 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.
URLCreator Utility class to create URLs in Httphandlers and RequestHandlers.
WebappContextService An implementation of the JettyHandlerService interface to process requests to static web resources.
 

Exception Summary
UnsupportedContentTypeException Exception for unsupported Content-Type.
UnsupportedMethodException used in HttpHandlers to handle unsupported methods.
 


SMILA 1.0 API documentation