Uses of Interface
org.refcodes.net.HttpServerResponse
-
-
Uses of HttpServerResponse in org.refcodes.net
Classes in org.refcodes.net that implement HttpServerResponse Modifier and Type Class Description classHttpServerResponseImplImplementation of theHttpResponseinterface.Methods in org.refcodes.net that return HttpServerResponse Modifier and Type Method Description default HttpServerResponseHttpServerResponse. withHttpStatusCode(HttpStatusCode aStatusCode)Sets the HTTP Status-Code for the HTTP Status-Code property.default <RES> HttpServerResponseHttpServerResponse. withResponse(RES aResponse)Sets the response for the response property.
-