Package org.eclipse.jetty.http
Class PreEncodedHttpField
java.lang.Object
org.eclipse.jetty.http.HttpField
org.eclipse.jetty.http.PreEncodedHttpField
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
Pre encoded HttpField.
An HttpField that will be cached and used many times can be created as
a PreEncodedHttpField, which will use the HttpFieldPreEncoder
instances discovered by the ServiceLoader to pre-encode the header
for each version of HTTP in use. This will save garbage
and CPU each time the field is encoded into a response.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jetty.http.HttpField
HttpField.IntValueHttpField, HttpField.LongValueHttpField -
Constructor Summary
ConstructorsConstructorDescriptionPreEncodedHttpField(String name, String value) Deprecated.PreEncodedHttpField(HttpHeader header, String value) Deprecated.PreEncodedHttpField(HttpHeader header, String name, String value) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidputTo(ByteBuffer bufferInFillMode, HttpVersion version) Deprecated.Methods inherited from class org.eclipse.jetty.http.HttpField
contains, equals, getHeader, getIntValue, getLongValue, getLowerCaseName, getName, getValue, getValues, hashCode, is, isSameName, toString
-
Constructor Details
-
PreEncodedHttpField
Deprecated. -
PreEncodedHttpField
Deprecated. -
PreEncodedHttpField
Deprecated.
-
-
Method Details
-
putTo
Deprecated.
-