Uses of Interface
org.glassfish.grizzly.http.server.io.WriteHandler

Packages that use WriteHandler
org.glassfish.grizzly.http.server.io   
 

Uses of WriteHandler in org.glassfish.grizzly.http.server.io
 

Methods in org.glassfish.grizzly.http.server.io with parameters of type WriteHandler
 boolean OutputBuffer.notifyCanWrite(WriteHandler handler, int length)
           
 boolean NIOWriter.notifyCanWrite(WriteHandler handler, int length)
          Instructs the NIOOutputSink to invoke the provided WriteHandler when it is possible to write length characters.
 boolean NIOOutputStream.notifyCanWrite(WriteHandler handler, int length)
          Instructs the NIOOutputSink to invoke the provided WriteHandler when it is possible to write length bytes.
 boolean NIOOutputSink.notifyCanWrite(WriteHandler handler, int length)
          Instructs the NIOOutputSink to invoke the provided WriteHandler when it is possible to write length bytes.
 



Copyright © 2010 Oracle Corpration. All Rights Reserved.