Uses of Interface
net.officefloor.server.http.HttpResponse
-
-
Uses of HttpResponse in net.officefloor.server.http
Methods in net.officefloor.server.http that return HttpResponse Modifier and Type Method Description HttpResponseServerHttpConnection. getResponse()Obtains theHttpResponse. -
Uses of HttpResponse in net.officefloor.server.http.impl
Classes in net.officefloor.server.http.impl that implement HttpResponse Modifier and Type Class Description classProcessAwareHttpResponse<B>SerializableHttpResponse.Methods in net.officefloor.server.http.impl that return HttpResponse Modifier and Type Method Description HttpResponseProcessAwareServerHttpConnectionManagedObject. getResponse() -
Uses of HttpResponse in net.officefloor.server.http.mock
Subinterfaces of HttpResponse in net.officefloor.server.http.mock Modifier and Type Interface Description interfaceMockHttpResponseBuilderBuilder for a mockHttpResponse.Methods in net.officefloor.server.http.mock that return HttpResponse Modifier and Type Method Description HttpResponseMockHttpServer.MockServerHttpConnectionImpl. getResponse() -
Uses of HttpResponse in net.officefloor.spring.webflux
Constructors in net.officefloor.spring.webflux with parameters of type HttpResponse Constructor Description OfficeFloorServerHttpResponse(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 HttpResponse Modifier and Type Method Description voidHttpFile. 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 HttpResponse Modifier and Type Method Description voidHttpFileImpl. 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 HttpResponse Modifier and Type Method Description static voidHttpChallengeContextManagedObjectSource. loadHttpChallenge(HttpChallengeContext httpChallengeContext, HttpResponse response)Loads theHttpChallengeto theHttpResponse.
-