Uses of Interface
cool.scx.http.ScxHttpServerResponse
Packages that use ScxHttpServerResponse
-
Uses of ScxHttpServerResponse in cool.scx.http
Methods in cool.scx.http that return ScxHttpServerResponseModifier and TypeMethodDescriptiondefault ScxHttpServerResponseScxHttpServerResponse.addHeader(ScxHttpHeaderName headerName, String... values) default ScxHttpServerResponsedefault ScxHttpServerResponseScxHttpServerResponse.addSetCookie(Cookie... cookie) default ScxHttpServerResponseScxHttpServerResponse.contentLength(long contentLength) default ScxHttpServerResponseScxHttpServerResponse.contentType(ContentType contentType) default ScxHttpServerResponseScxHttpServerResponse.contentType(ScxMediaType mediaType) default ScxHttpServerResponseScxHttpServerResponse.contentType(ScxMediaType mediaType, Charset charset) default ScxHttpServerResponseScxHttpServerResponse.removeSetCookie(String name) ScxHttpServerRequest.response()default ScxHttpServerResponseScxHttpServerResponse.setHeader(ScxHttpHeaderName headerName, String... values) default ScxHttpServerResponsedefault ScxHttpServerResponseScxHttpServerResponse.status(int code) ScxHttpServerResponse.status(HttpStatusCode code) -
Uses of ScxHttpServerResponse in cool.scx.http.routing
Methods in cool.scx.http.routing with type parameters of type ScxHttpServerResponse -
Uses of ScxHttpServerResponse in cool.scx.http.web_socket
Subinterfaces of ScxHttpServerResponse in cool.scx.http.web_socket