Uses of Interface
org.glassfish.grizzly.ReadHandler
-
Packages that use ReadHandler Package Description org.glassfish.grizzly org.glassfish.grizzly.http.io org.glassfish.grizzly.http.server.io -
-
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. -
Uses of ReadHandler in org.glassfish.grizzly.http.io
Methods in org.glassfish.grizzly.http.io that return ReadHandler Modifier and Type Method Description ReadHandlerInputBuffer. getReadHandler()Methods in org.glassfish.grizzly.http.io with parameters of type ReadHandler Modifier and Type Method Description voidInputBuffer. notifyAvailable(ReadHandler handler)Installs aReadHandlerthat will be notified when any data becomes available to read without blocking.voidInputBuffer. notifyAvailable(ReadHandler handler, int size)Installs aReadHandlerthat will be notified when the specified amount of data is available to be read without blocking. -
Uses of ReadHandler in org.glassfish.grizzly.http.server.io
Subinterfaces of ReadHandler in org.glassfish.grizzly.http.server.io Modifier and Type Interface Description interfaceReadHandlerDeprecated.please useReadHandler
-