Uses of Interface
io.helidon.common.http.WritableHeaders
-
Uses of WritableHeaders in io.helidon.common.http
Classes in io.helidon.common.http with type parameters of type WritableHeadersModifier and TypeInterfaceDescriptioninterfaceWritableHeaders<B extends WritableHeaders<B>>HTTP Headers that are mutable.Subinterfaces of WritableHeaders in io.helidon.common.httpModifier and TypeInterfaceDescriptioninterfaceMutable headers of a client request.interfaceMutable headers of a server response.Methods in io.helidon.common.http that return WritableHeadersModifier and TypeMethodDescriptionstatic WritableHeaders<?>WritableHeaders.create()Create a new instance of writable headers.static WritableHeaders<?>Create a new instance of writable headers from existing headers.static WritableHeaders<?>Http1HeadersParser.readHeaders(DataReader reader, int maxHeadersSize, boolean validate) Read headers from the provided reader.Methods in io.helidon.common.http with parameters of type WritableHeadersModifier and TypeMethodDescriptionstatic ClientRequestHeadersClientRequestHeaders.create(WritableHeaders<?> delegate) Create client request headers from writable headers.