Class HttpGenerator


  • @Deprecated(since="2021-05-27")
    public class HttpGenerator
    extends Object
    Deprecated.
    The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
    HttpGenerator. Builds HTTP Messages.

    If the system property "org.eclipse.jetty.http.HttpGenerator.STRICT" is set to true, then the generator will strictly pass on the exact strings received from methods and header fields. Otherwise a fast case insensitive string lookup is used that may alter the case and white space of some methods/headers

    • Field Detail

      • __STRICT

        public static final boolean __STRICT
        Deprecated.
      • CONTINUE_100_INFO

        public static final MetaData.Response CONTINUE_100_INFO
        Deprecated.
      • PROGRESS_102_INFO

        public static final MetaData.Response PROGRESS_102_INFO
        Deprecated.
      • RESPONSE_500_INFO

        public static final MetaData.Response RESPONSE_500_INFO
        Deprecated.
    • Constructor Detail

      • HttpGenerator

        public HttpGenerator()
        Deprecated.
      • HttpGenerator

        public HttpGenerator​(boolean sendServerVersion,
                             boolean sendXPoweredBy)
        Deprecated.