Package net.officefloor.server.http
Interface HttpExternalResponse
- All Known Implementing Classes:
ProcessAwareHttpResponse
public interface HttpExternalResponse
Enables flagging that the
HttpResponse is externally sent.-
Method Summary
Modifier and TypeMethodDescriptionvoidFlags thatHttpResponseis externally sent.static HttpExternalResponseof(HttpResponse response) Obtains theHttpExternalResponsefrom theHttpResponse.
-
Method Details
-
of
Obtains theHttpExternalResponsefrom theHttpResponse.- Parameters:
response-HttpResponse.- Returns:
HttpExternalResponse.
-
externalSend
void externalSend()Flags thatHttpResponseis externally sent.
-