Package org.eclipse.jetty.http
Class Http10FieldPreEncoder
java.lang.Object
org.eclipse.jetty.http.Http1FieldPreEncoder
org.eclipse.jetty.http.Http10FieldPreEncoder
- All Implemented Interfaces:
HttpFieldPreEncoder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe major version this encoder is for.Methods inherited from class org.eclipse.jetty.http.Http1FieldPreEncoder
getEncodedField
-
Constructor Details
-
Http10FieldPreEncoder
public Http10FieldPreEncoder()
-
-
Method Details
-
getHttpVersion
Description copied from interface:HttpFieldPreEncoder
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.
-