Class Utf8HttpWriter

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

    @Deprecated(since="2021-05-27")
    public class Utf8HttpWriter
    extends HttpWriter
    Deprecated.
    The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
    OutputWriter. A writer that can wrap a HttpOutput stream and provide character encodings. The UTF-8 encoding is done by this class and no additional buffers or Writers are used. The UTF-8 code was inspired by http://javolution.org
    • Constructor Detail

      • Utf8HttpWriter

        public Utf8HttpWriter​(HttpOutput out)
        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