T - represents HttpMessagepublic interface H2MessageConverter<T extends HttpMessage>
T convert(List<Header> headers) throws HttpException
HttpMessage.headers - list of HTTP/2 headersHttpException - in case of HTTP protocol violationList<Header> convert(T message) throws HttpException
HttpMessage to a list of HTTP/2 headers.message - HTTP messageHttpException - in case of HTTP protocol violationCopyright © 2023. All rights reserved.