Class Http11FieldPreEncoder

java.lang.Object
org.eclipse.jetty.http.Http1FieldPreEncoder
org.eclipse.jetty.http.Http11FieldPreEncoder
All Implemented Interfaces:
HttpFieldPreEncoder

public class Http11FieldPreEncoder extends Http1FieldPreEncoder
  • Constructor Details

    • Http11FieldPreEncoder

      public Http11FieldPreEncoder()
  • Method Details

    • getHttpVersion

      public HttpVersion 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 the HttpVersion.HTTP_1_0 should be return for all HTTP/1.x encodings.
      Returns:
      The major version this encoder is for.