Class Http10FieldPreEncoder

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

public class Http10FieldPreEncoder extends Http1FieldPreEncoder
  • Constructor Details

    • Http10FieldPreEncoder

      public Http10FieldPreEncoder()
  • 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.