Uses of Interface
net.officefloor.server.http.HttpResponse
Packages that use HttpResponse
Package
Description
-
Uses of HttpResponse in net.officefloor.server.google.function.wrap
Constructors in net.officefloor.server.google.function.wrap with parameters of type HttpResponse -
Uses of HttpResponse in net.officefloor.server.http
Methods in net.officefloor.server.http that return HttpResponseMethods in net.officefloor.server.http with parameters of type HttpResponseModifier and TypeMethodDescriptionstatic HttpExternalResponseHttpExternalResponse.of(HttpResponse response) Obtains theHttpExternalResponsefrom theHttpResponse. -
Uses of HttpResponse in net.officefloor.server.http.impl
Classes in net.officefloor.server.http.impl that implement HttpResponseMethods in net.officefloor.server.http.impl that return HttpResponse -
Uses of HttpResponse in net.officefloor.server.http.mock
Subinterfaces of HttpResponse in net.officefloor.server.http.mockMethods in net.officefloor.server.http.mock that return HttpResponse -
Uses of HttpResponse in net.officefloor.spring.webflux
Constructors in net.officefloor.spring.webflux with parameters of type HttpResponseModifierConstructorDescriptionOfficeFloorServerHttpResponse(HttpResponse httpResponse, org.springframework.core.io.buffer.DataBufferFactory dataBufferFactory) Instantiate. -
Uses of HttpResponse in net.officefloor.web.resource
Methods in net.officefloor.web.resource with parameters of type HttpResponseModifier and TypeMethodDescriptionvoidHttpFile.writeTo(HttpResponse response) Writes theHttpFileto theHttpResponse. -
Uses of HttpResponse in net.officefloor.web.resource.impl
Methods in net.officefloor.web.resource.impl with parameters of type HttpResponseModifier and TypeMethodDescriptionvoidHttpFileImpl.writeTo(HttpResponse response) Writes theHttpFileto theHttpResponse. -
Uses of HttpResponse in net.officefloor.web.security.impl
Methods in net.officefloor.web.security.impl with parameters of type HttpResponseModifier and TypeMethodDescriptionstatic voidHttpChallengeContextManagedObjectSource.loadHttpChallenge(HttpChallengeContext httpChallengeContext, HttpResponse response) Loads theHttpChallengeto theHttpResponse.