HpackFieldPreEncoder

Members

Functions

getEncodedField
byte[] getEncodedField(HttpHeader header, string name, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
getHttpVersion
HttpVersion getHttpVersion()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From HttpFieldPreEncoder

getHttpVersion
HttpVersion getHttpVersion()

The major version this encoder is for. Both HTTP/1.0 and HTTP/1.1 use the same field encoding, so the {@link HttpVersion#HTTP_1_0} should be return for all HTTP/1.x encodings.

getEncodedField
byte[] getEncodedField(HttpHeader header, string headerString, string value)
Undocumented in source.

Meta