Class NIOWriter

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

    public abstract class NIOWriter
    extends java.io.Writer
    implements OutputSink
    Stream implementation for writing character content to an HTTP user-agent.
    Since:
    2.0
    • Field Summary

      • Fields inherited from class java.io.Writer

        lock
    • Constructor Summary

      Constructors 
      Constructor Description
      NIOWriter()  
    • Method Summary

      • Methods inherited from class java.io.Writer

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

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

      • NIOWriter

        public NIOWriter()