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 HttpResponse
ServerHttpConnection. 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 class
ProcessAwareHttpResponse<B>
Serializable
HttpResponse
.Methods in net.officefloor.server.http.impl that return HttpResponse Modifier and Type Method Description HttpResponse
ProcessAwareServerHttpConnectionManagedObject. getResponse()
-
Uses of HttpResponse in net.officefloor.server.http.mock
Subinterfaces of HttpResponse in net.officefloor.server.http.mock Modifier and Type Interface Description interface
MockHttpResponseBuilder
Builder for a mockHttpResponse
.Methods in net.officefloor.server.http.mock that return HttpResponse Modifier and Type Method Description HttpResponse
MockHttpServer.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 void
HttpFile. writeTo(HttpResponse response)
Writes theHttpFile
to 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 void
HttpFileImpl. writeTo(HttpResponse response)
Writes theHttpFile
to 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 void
HttpChallengeContextManagedObjectSource. loadHttpChallenge(HttpChallengeContext httpChallengeContext, HttpResponse response)
Loads theHttpChallenge
to theHttpResponse
.
-