|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.grizzly.AbstractWriter<java.net.SocketAddress>
org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
org.glassfish.grizzly.nio.transport.UDPNIOAsyncQueueWriter
public final class UDPNIOAsyncQueueWriter
The UDP transport AsyncQueueWriter implementation, based on
the Java NIO
| Field Summary |
|---|
| Fields inherited from class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter |
|---|
maxPendingBytes, maxWriteReentrants, transport |
| Constructor Summary | |
|---|---|
UDPNIOAsyncQueueWriter(NIOTransport transport)
|
|
| Method Summary | |
|---|---|
protected void |
onReadyToWrite(Connection connection)
|
protected int |
write0(NIOConnection connection,
AsyncWriteQueueRecord queueRecord)
|
| Methods inherited from class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter |
|---|
canWrite, close, createRecord, failWriteRecord, getMaxPendingBytesPerConnection, getMaxWriteReentrants, isReady, onClose, onWriteComplete, onWriteFailure, onWriteIncomplete, processAsync, setMaxPendingBytesPerConnection, setMaxWriteReentrants, write, write |
| Methods inherited from class org.glassfish.grizzly.AbstractWriter |
|---|
write, write, write, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.glassfish.grizzly.Writer |
|---|
write, write, write, write |
| Constructor Detail |
|---|
public UDPNIOAsyncQueueWriter(NIOTransport transport)
| Method Detail |
|---|
protected int write0(NIOConnection connection,
AsyncWriteQueueRecord queueRecord)
throws java.io.IOException
write0 in class AbstractNIOAsyncQueueWriterjava.io.IOException
protected final void onReadyToWrite(Connection connection)
throws java.io.IOException
onReadyToWrite in class AbstractNIOAsyncQueueWriterjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||