Uses of Interface
org.glassfish.grizzly.ReadHandler
Packages that use ReadHandler
Package
Description
-
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. -
Uses of ReadHandler in org.glassfish.grizzly.http.io
Methods in org.glassfish.grizzly.http.io that return ReadHandlerMethods in org.glassfish.grizzly.http.io with parameters of type ReadHandlerModifier and TypeMethodDescriptionvoidInputBuffer.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.multipart
Classes in org.glassfish.grizzly.http.multipart that implement ReadHandlerModifier and TypeClassDescriptionclassReadHandler, which implements the miltipart message parsing logic and delegates control to aMultipartEntryHandler, whenMultipartEntrydata becomes available. -
Uses of ReadHandler in org.glassfish.grizzly.http.server.io
Subinterfaces of ReadHandler in org.glassfish.grizzly.http.server.io
ReadHandler