Uses of Interface
net.officefloor.server.http.HttpEscalationHandler
Packages that use HttpEscalationHandler
Package
Description
-
Uses of HttpEscalationHandler in net.officefloor.server.http
Methods in net.officefloor.server.http that return HttpEscalationHandlerModifier and TypeMethodDescriptionHttpResponse.getEscalationHandler()Obtains theHttpEscalationHandler.Methods in net.officefloor.server.http with parameters of type HttpEscalationHandlerModifier and TypeMethodDescriptionvoidHttpResponse.setEscalationHandler(HttpEscalationHandler escalationHandler) Sets theHttpEscalationHandlerfor the response. -
Uses of HttpEscalationHandler in net.officefloor.server.http.impl
Methods in net.officefloor.server.http.impl that return HttpEscalationHandlerMethods in net.officefloor.server.http.impl with parameters of type HttpEscalationHandlerModifier and TypeMethodDescriptionvoidProcessAwareHttpResponse.setEscalationHandler(HttpEscalationHandler escalationHandler) -
Uses of HttpEscalationHandler in net.officefloor.web
Methods in net.officefloor.web with parameters of type HttpEscalationHandlerModifier and TypeMethodDescriptionvoidHttpRouteSectionSource.setHttpEscalationHandler(HttpEscalationHandler escalationHandler) Specifies theHttpEscalationHandlerConstructors in net.officefloor.web with parameters of type HttpEscalationHandlerModifierConstructorDescriptionHttpRouteFunction(HttpEscalationHandler escalationHandler, int handleRedirectFlowIndex, HttpRouter router) Instantiate. -
Uses of HttpEscalationHandler in net.officefloor.web.response
Classes in net.officefloor.web.response that implement HttpEscalationHandler