java.lang.Object
java.io.Writer
org.glassfish.grizzly.http.io.NIOWriter
- All Implemented Interfaces:
Closeable,Flushable,Appendable,AutoCloseable,org.glassfish.grizzly.OutputSink
Stream implementation for writing character content to an HTTP user-agent.
- Since:
- 2.0
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.Writer
append, append, append, close, flush, nullWriter, write, write, write, write, writeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.glassfish.grizzly.OutputSink
canWrite, canWrite, notifyCanWrite, notifyCanWrite
-
Constructor Details
-
NIOWriter
public NIOWriter()
-