Uses of Interface
org.openhab.core.io.http.HandlerContext
Packages that use HandlerContext
-
Uses of HandlerContext in org.openhab.core.io.http
Methods in org.openhab.core.io.http with parameters of type HandlerContextModifier and TypeMethodDescriptionvoid
Handler.handle
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, HandlerContext context) Method dedicated for processing incoming request and checking its contents.void
Handler.handleError
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, HandlerContext context) Method which is called only if any ofHandler.handle(HttpServletRequest, HttpServletResponse, HandlerContext)
method invocations thrown unexpected Exception.