Uses of Interface
net.jonathangiles.tools.teenyhttpd.model.Response
Packages that use Response
-
Uses of Response in net.jonathangiles.tools.teenyhttpd
Method parameters in net.jonathangiles.tools.teenyhttpd with type arguments of type Response -
Uses of Response in net.jonathangiles.tools.teenyhttpd.model
Subinterfaces of Response in net.jonathangiles.tools.teenyhttpd.modelMethods in net.jonathangiles.tools.teenyhttpd.model that return ResponseModifier and TypeMethodDescriptionStatusCode.asResponse()static Responsestatic ResponseResponse.create(StatusCode statusCode) static ResponseResponse.create(StatusCode statusCode, byte[] body) static ResponseResponse.create(StatusCode statusCode, String body) static ResponseResponse.create(StatusCode statusCode, List<Header> headers) static ResponseResponse.create(StatusCode statusCode, List<Header> headers, byte[] body) static ResponseResponse.create(StatusCode statusCode, List<Header> headers, String body) static ResponseResponse.createFileResponse(Request request) Response.removeHeader(String key)