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

All Superinterfaces:
ReadHandler

Deprecated. please use ReadHandler

public interface ReadHandler
extends ReadHandler

This class represents a call-back mechanism that will notify implementations as HTTP request data becomes available to read without blocking.

Since:
2.0

Method Summary
 
Methods inherited from interface org.glassfish.grizzly.ReadHandler
onAllDataRead, onDataAvailable, onError
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.