Uses of Interface
org.glassfish.grizzly.ReadHandler
Packages that use ReadHandler
-
Uses of ReadHandler in org.glassfish.grizzly
Methods in org.glassfish.grizzly with parameters of type ReadHandlerModifier and TypeMethodDescriptionvoidInputSource.notifyAvailable(ReadHandler handler) Notify the specifiedReadHandlerwhen any number of bytes or characters can be read without blocking.voidInputSource.notifyAvailable(ReadHandler handler, int size) Notify the specifiedReadHandlerwhen the number of bytes that can be read without blocking is greater or equal to the specifiedsize.