Package org.eclipse.jetty.http
Class PreEncodedHttpField
- java.lang.Object
-
- org.eclipse.jetty.http.HttpField
-
- org.eclipse.jetty.http.PreEncodedHttpField
-
public class PreEncodedHttpField extends HttpField
Pre encoded HttpField.A HttpField that will be cached and used many times can be created as a
PreEncodedHttpField, which will use theHttpFieldPreEncoderinstances discovered by theServiceLoaderto 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
Constructors Constructor Description PreEncodedHttpField(String name, String value)PreEncodedHttpField(HttpHeader header, String value)PreEncodedHttpField(HttpHeader header, String name, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidputTo(ByteBuffer bufferInFillMode, HttpVersion version)-
Methods inherited from class org.eclipse.jetty.http.HttpField
contains, equals, getHeader, getIntValue, getLongValue, getName, getValue, getValues, hashCode, isSameName, toString
-
-
-
-
Constructor Detail
-
PreEncodedHttpField
public PreEncodedHttpField(HttpHeader header, String name, String value)
-
PreEncodedHttpField
public PreEncodedHttpField(HttpHeader header, String value)
-
-
Method Detail
-
putTo
public void putTo(ByteBuffer bufferInFillMode, HttpVersion version)
-
-