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

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

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

Methods in org.glassfish.grizzly.http.server.io that return ReadHandler
 ReadHandler InputBuffer.getReadHandler()
           
 

Methods in org.glassfish.grizzly.http.server.io with parameters of type ReadHandler
 boolean NIOReader.notifyAvailable(ReadHandler handler)
           Notify the specified ReadHandler when any number of bytes can be read without blocking.
 boolean NIOInputSource.notifyAvailable(ReadHandler handler)
           Notify the specified ReadHandler when any number of bytes can be read without blocking.
 boolean NIOInputStream.notifyAvailable(ReadHandler handler)
           Notify the specified ReadHandler when any number of bytes can be read without blocking.
 boolean InputBuffer.notifyAvailable(ReadHandler handler)
          Installs a ReadHandler that will be notified when any data becomes available to read without blocking.
 boolean NIOReader.notifyAvailable(ReadHandler handler, int size)
           Notify the specified ReadHandler when the number of characters that can be read without blocking is greater or equal to the specified size.
 boolean NIOInputSource.notifyAvailable(ReadHandler handler, int size)
           Notify the specified ReadHandler when the number of bytes that can be read without blocking is greater or equal to the specified size.
 boolean NIOInputStream.notifyAvailable(ReadHandler handler, int size)
           Notify the specified ReadHandler when the number of bytes that can be read without blocking is greater or equal to the specified size.
 boolean InputBuffer.notifyAvailable(ReadHandler handler, int size)
          Installs a ReadHandler that will be notified when the specified amount of data is available to be read without blocking.
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.