| Package | Description |
|---|---|
| org.glassfish.grizzly |
| Modifier and Type | Method and Description |
|---|---|
void |
InputSource.notifyAvailable(ReadHandler handler)
Notify the specified
ReadHandler when any number of bytes or
characters can be read without blocking. |
void |
InputSource.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. |
Copyright © 2014 Oracle Corporation. All Rights Reserved.