Uses of Interface
org.glassfish.grizzly.ReadHandler
-
Packages that use ReadHandler Package Description org.glassfish.grizzly -
-
Uses of ReadHandler in org.glassfish.grizzly
Methods in org.glassfish.grizzly with parameters of type ReadHandler Modifier and Type Method Description voidInputSource. 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.
-