Package org.glassfish.grizzly.http.io
Class NIOWriter
- java.lang.Object
-
- java.io.Writer
-
- org.glassfish.grizzly.http.io.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
-
-
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
-
Methods inherited from interface org.glassfish.grizzly.OutputSink
canWrite, canWrite, notifyCanWrite, notifyCanWrite
-
-