Class EncodingHttpWriter

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

    public class EncodingHttpWriter
    extends HttpWriter
    • Field Summary

      • Fields inherited from class java.io.Writer

        lock
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void write​(char[] s, int offset, int length)  
      • Methods inherited from class java.io.Writer

        append, append, append, nullWriter, write, write, write
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EncodingHttpWriter

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

      • write

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