|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AsyncQueueReader | |
|---|---|
| org.glassfish.grizzly.asyncqueue | |
| org.glassfish.grizzly.nio | |
| org.glassfish.grizzly.nio.transport | |
| Uses of AsyncQueueReader in org.glassfish.grizzly.asyncqueue |
|---|
| Methods in org.glassfish.grizzly.asyncqueue that return AsyncQueueReader | |
|---|---|
AsyncQueueReader<L> |
AsyncQueueIO.getReader()
Get AsyncQueueReader implementation. |
AsyncQueueReader<L> |
AsyncQueueIO.ImmutableAsyncQueueIO.getReader()
Get AsyncQueueReader implementation. |
AsyncQueueReader<L> |
AsyncQueueIO.MutableAsyncQueueIO.getReader()
Get AsyncQueueReader implementation. |
| Methods in org.glassfish.grizzly.asyncqueue with parameters of type AsyncQueueReader | ||
|---|---|---|
static
|
AsyncQueueIO.Factory.createImmutable(AsyncQueueReader<L> reader,
AsyncQueueWriter<L> writer)
|
|
static
|
AsyncQueueIO.Factory.createMutable(AsyncQueueReader<L> reader,
AsyncQueueWriter<L> writer)
|
|
void |
AsyncQueueIO.MutableAsyncQueueIO.setReader(AsyncQueueReader<L> reader)
|
|
| Uses of AsyncQueueReader in org.glassfish.grizzly.nio |
|---|
| Classes in org.glassfish.grizzly.nio that implement AsyncQueueReader | |
|---|---|
class |
AbstractNIOAsyncQueueReader
The AsyncQueueReader implementation, based on the Java NIO |
| Uses of AsyncQueueReader in org.glassfish.grizzly.nio.transport |
|---|
| Classes in org.glassfish.grizzly.nio.transport that implement AsyncQueueReader | |
|---|---|
class |
TCPNIOAsyncQueueReader
The TCP transport AsyncQueueReader implementation, based on
the Java NIO |
class |
UDPNIOAsyncQueueReader
The UDP transport AsyncQueueReader implementation, based on
the Java NIO |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||