public interface IntoResponse
Something which can be converted into a
Response.-
Method Summary
Modifier and TypeMethodDescriptionorg.microhttp.ResponseConverts this object into aResponse.
-
Method Details
-
intoResponse
org.microhttp.Response intoResponse()Converts this object into aResponse.This should generally be treated as a terminal operation like
AutoCloseable.close(), but the specifics of that are up to the implementing class.- Returns:
- A
Response.
-