|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReadHandler | |
|---|---|
| org.glassfish.grizzly.http.server.io | |
| Uses of ReadHandler in org.glassfish.grizzly.http.server.io |
|---|
| Methods in org.glassfish.grizzly.http.server.io that return ReadHandler | |
|---|---|
ReadHandler |
InputBuffer.getReadHandler()
|
| Methods in org.glassfish.grizzly.http.server.io with parameters of type ReadHandler | |
|---|---|
void |
NIOInputSource.notifyAvailable(ReadHandler handler)
Notify the specified ReadHandler when any number of bytes
can be read without blocking. |
void |
InputBuffer.notifyAvailable(ReadHandler handler)
Installs a ReadHandler that will be notified when any data
becomes available to read without blocking. |
void |
NIOInputSource.notifyAvailable(ReadHandler handler,
int size)
Notify the specified ReadHandler when the number of bytes that
can be read without blocking is greater or equal to the specified
size. |
void |
InputBuffer.notifyAvailable(ReadHandler handler,
int size)
Installs a ReadHandler that will be notified when the specified
amount of data is available to be read without blocking. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||