Package | Description |
---|---|
org.glassfish.grizzly | |
org.glassfish.grizzly.http.io | |
org.glassfish.grizzly.http.multipart | |
org.glassfish.grizzly.http.server.io |
Modifier and Type | Method and Description |
---|---|
void |
InputSource.notifyAvailable(ReadHandler handler)
Notify the specified
ReadHandler when any number of bytes
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 . |
Modifier and Type | Method and Description |
---|---|
ReadHandler |
InputBuffer.getReadHandler() |
Modifier and Type | Method and Description |
---|---|
void |
InputBuffer.notifyAvailable(ReadHandler handler)
Installs a
ReadHandler that will be notified when any data
becomes available to read without blocking. |
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. |
Modifier and Type | Class and Description |
---|---|
class |
MultipartReadHandler
ReadHandler , which implements the miltipart message parsing logic
and delegates control to a MultipartEntryHandler , when MultipartEntry
data becomes available. |
Modifier and Type | Interface and Description |
---|---|
interface |
ReadHandler
Deprecated.
please use
ReadHandler |
Copyright © 2014 Oracle Corporation. All rights reserved.