org.glassfish.grizzly.http.server.io
Class NIOWriter

java.lang.Object
  extended by java.io.Writer
      extended by org.glassfish.grizzly.http.server.io.NIOWriter
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable, java.lang.Appendable, NIOOutputSink

public abstract class NIOWriter
extends java.io.Writer
implements NIOOutputSink

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
NIOWriter()
           
 
Method Summary
 
Methods inherited from class java.io.Writer
append, append, append, close, flush, 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.http.server.io.NIOOutputSink
canWrite, notifyCanWrite
 

Constructor Detail

NIOWriter

public NIOWriter()


Copyright © 2012 Oracle Corporation. All Rights Reserved.