org.glassfish.grizzly.http.server.io
Class NIOWriter
java.lang.Object
java.io.Writer
org.glassfish.grizzly.http.server.io.NIOWriter
- All Implemented Interfaces:
- Closeable, Flushable, Appendable, NIOOutputSink
public abstract class NIOWriter
- extends Writer
- implements NIOOutputSink
Stream implementation for writing character content to an HTTP user-agent.
- Since:
- 2.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NIOWriter
public NIOWriter()
Copyright © 2012 Oracle Corporation. All Rights Reserved.