Interface ReadHandler
-
- All Superinterfaces:
ReadHandler
@Deprecated public interface ReadHandler extends ReadHandler
Deprecated.please useReadHandlerThis 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
-
-