|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WriteHandler | |
|---|---|
| org.glassfish.grizzly.http.server.io | |
| Uses of WriteHandler in org.glassfish.grizzly.http.server.io |
|---|
| Methods in org.glassfish.grizzly.http.server.io with parameters of type WriteHandler | |
|---|---|
boolean |
OutputBuffer.notifyCanWrite(WriteHandler handler,
int length)
|
boolean |
NIOWriter.notifyCanWrite(WriteHandler handler,
int length)
Instructs the NIOOutputSink to invoke the provided
WriteHandler when it is possible to write length
characters. |
boolean |
NIOOutputStream.notifyCanWrite(WriteHandler handler,
int length)
Instructs the NIOOutputSink to invoke the provided
WriteHandler when it is possible to write length
bytes. |
boolean |
NIOOutputSink.notifyCanWrite(WriteHandler handler,
int length)
Instructs the NIOOutputSink to invoke the provided
WriteHandler when it is possible to write length
bytes. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||