Package org.eclipse.jetty.http
Interface HttpFieldPreEncoder
- All Known Implementing Classes:
Http1FieldPreEncoder
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
Interface to pre-encode HttpFields. Used by
PreEncodedHttpField
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
getEncodedField
(HttpHeader header, String headerString, String value) Deprecated.Deprecated.The major version this encoder is for.
-
Method Details
-
getHttpVersion
HttpVersion getHttpVersion()Deprecated.The major version this encoder is for. Both HTTP/1.0 and HTTP/1.1 use the same field encoding, so theHttpVersion.HTTP_1_0
should be return for all HTTP/1.x encodings.- Returns:
- The major version this encoder is for.
-
getEncodedField
Deprecated.
-