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 NIOOutputSink.notifyCanWrite(WriteHandler handler, int length)
          Instructs the NIOOutputSink to invoke the provided WriteHandler when it is possible to write length bytes.
 boolean NIOOutputStream.notifyCanWrite(WriteHandler handler, int length)
          Instructs the NIOOutputSink to invoke the provided WriteHandler when it is possible to write length bytes.
 boolean NIOWriter.notifyCanWrite(WriteHandler handler, int length)
          Instructs the NIOOutputSink to invoke the provided WriteHandler when it is possible to write length characters.
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.