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 HttpEscalationHandler
HttpResponse. getEscalationHandler()
Obtains theHttpEscalationHandler
.Methods in net.officefloor.server.http with parameters of type HttpEscalationHandler Modifier and Type Method Description void
HttpResponse. setEscalationHandler(HttpEscalationHandler escalationHandler)
Sets theHttpEscalationHandler
for 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 HttpEscalationHandler
ProcessAwareHttpResponse. getEscalationHandler()
Methods in net.officefloor.server.http.impl with parameters of type HttpEscalationHandler Modifier and Type Method Description void
ProcessAwareHttpResponse. 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 void
HttpRouteSectionSource. setHttpEscalationHandler(HttpEscalationHandler escalationHandler)
Specifies theHttpEscalationHandler
Constructors 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 class
ObjectResponseManagedObjectSource
ManagedObjectSource
for theObjectResponse
.
-