Uses of Interface
net.officefloor.server.http.HttpEscalationHandler
-
Packages that use HttpEscalationHandler Package Description net.officefloor.server.http net.officefloor.server.http.impl net.officefloor.web net.officefloor.web.response -
-
Uses of HttpEscalationHandler in net.officefloor.server.http
Methods in net.officefloor.server.http that return HttpEscalationHandler Modifier and Type Method Description HttpEscalationHandlerHttpResponse. getEscalationHandler()Obtains theHttpEscalationHandler.Methods in net.officefloor.server.http with parameters of type HttpEscalationHandler Modifier and Type Method Description voidHttpResponse. 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 HttpEscalationHandler Modifier and Type Method Description HttpEscalationHandlerProcessAwareHttpResponse. getEscalationHandler()Methods in net.officefloor.server.http.impl with parameters of type HttpEscalationHandler Modifier and Type Method Description voidProcessAwareHttpResponse. setEscalationHandler(HttpEscalationHandler escalationHandler) -
Uses of HttpEscalationHandler in net.officefloor.web
Methods in net.officefloor.web with parameters of type HttpEscalationHandler Modifier and Type Method Description voidHttpRouteSectionSource. setHttpEscalationHandler(HttpEscalationHandler escalationHandler)Specifies theHttpEscalationHandlerConstructors in net.officefloor.web with parameters of type HttpEscalationHandler Constructor Description HttpRouteFunction(HttpEscalationHandler escalationHandler, int handleRedirectFlowIndex, HttpRouter router)Instantiate. -
Uses of HttpEscalationHandler in net.officefloor.web.response
Classes in net.officefloor.web.response that implement HttpEscalationHandler Modifier and Type Class Description classObjectResponseManagedObjectSourceManagedObjectSourcefor theObjectResponse.
-