Class EncodingHttpWriter

  • All Implemented Interfaces:
    java.io.Closeable, java.io.Flushable, java.lang.Appendable, java.lang.AutoCloseable

    @Deprecated(since="2021-05-27")
    public class EncodingHttpWriter
    extends HttpWriter
    Deprecated.
    The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
    • Constructor Detail

      • EncodingHttpWriter

        public EncodingHttpWriter​(HttpOutput out,
                                  java.lang.String encoding)
        Deprecated.
    • Method Detail

      • write

        public void write​(char[] s,
                          int offset,
                          int length)
                   throws java.io.IOException
        Deprecated.
        Overrides:
        write in class HttpWriter
        Throws:
        java.io.IOException