Uses of Class
io.helidon.http.DirectHandler.TransportResponse.Builder
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
-
Uses of DirectHandler.TransportResponse.Builder in io.helidon.http
Modifier and TypeMethodDescriptionDirectHandler.TransportResponse.builder()
A builder to set up a custom response.DirectHandler.TransportResponse.Builder.entity
(byte[] entity) Custom entity.Custom entity.Set a header (if exists, it would be replaced).DirectHandler.TransportResponse.Builder.header
(HeaderName name, String... values) Set a header (if exists, it would be replaced).DirectHandler.TransportResponse.Builder.headers
(ServerResponseHeaders headers) Set headers.DirectHandler.TransportResponse.Builder.keepAlive
(boolean keepAlive) Configure keep alive.Custom status.