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



Copyright © 2011 Oracle Corpration. All Rights Reserved.