Uses of Interface
io.helidon.common.http.HeadersWritable
-
Uses of HeadersWritable in io.helidon.common.http
Classes in io.helidon.common.http with type parameters of type HeadersWritableModifier and TypeInterfaceDescriptioninterfaceHeadersWritable<B extends HeadersWritable<B>>HTTP Headers that are mutable.Subinterfaces of HeadersWritable 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 HeadersWritableModifier and TypeMethodDescriptionstatic HeadersWritable<?>HeadersWritable.create()Create a new instance of writable headers.static HeadersWritable<?>Create a new instance of writable headers from existing headers.static HeadersWritable<?>Http1HeadersParser.readHeaders(DataReader reader, int maxHeadersSize, boolean validate) Read headers from the provided reader.Methods in io.helidon.common.http with parameters of type HeadersWritableModifier and TypeMethodDescriptionstatic HeadersClientRequestHeadersClientRequest.create(HeadersWritable<?> delegate) Create client request headers from writable headers.