Uses of Interface
cool.scx.http.ScxHttpServerResponse
Packages that use ScxHttpServerResponse
-
Uses of ScxHttpServerResponse in cool.scx.http
Subinterfaces with type arguments of type ScxHttpServerResponse in cool.scx.httpMethods in cool.scx.http that return ScxHttpServerResponseModifier and TypeMethodDescriptionScxHttpServerRequest.response()default ScxHttpServerResponseScxHttpServerResponse.status(int code) ScxHttpServerResponse.status(ScxHttpStatus code) -
Uses of ScxHttpServerResponse in cool.scx.http.routing
Methods in cool.scx.http.routing with type parameters of type ScxHttpServerResponseModifier and TypeMethodDescription<T extends ScxHttpServerResponse>
TRoutingContext.response()<T extends ScxHttpServerResponse>
TRoutingContextImpl.response()