Package org.openhab.core.io.http
-
Interface Summary Interface Description Handler Handler which is responsible for processing request and response.HandlerContext Handler context represents a present state of all handlers placed in execution chain.HandlerPriorities Constants for making handlers in proper order.HttpContextFactoryService CreateHttpContext
instances when registering servlets, resources or filters using theHttpService.registerServlet(java.lang.String, javax.servlet.Servlet, java.util.Dictionary<?, ?>, org.osgi.service.http.HttpContext)
and corresponding methods.WrappingHttpContext Extension of standardHttpContext
interface which allows creation of "sub contexts".