Package org.openhab.core.io.http


package org.openhab.core.io.http
  • Interfaces
    Class
    Description
    Handler which is responsible for processing request and response.
    Handler context represents a present state of all handlers placed in execution chain.
    Constants for making handlers in proper order.
    Create HttpContext instances when registering servlets, resources or filters using the HttpService.registerServlet(java.lang.String, javax.servlet.Servlet, java.util.Dictionary<?, ?>, org.osgi.service.http.HttpContext) and corresponding methods.
    Extension of standard HttpContext interface which allows creation of "sub contexts".