Package | Description |
---|---|
org.glassfish.grizzly.asyncqueue | |
org.glassfish.grizzly.nio | |
org.glassfish.grizzly.nio.transport |
Modifier and Type | Method and Description |
---|---|
AsyncQueueReader<L> |
AsyncQueueIO.getReader()
Get
AsyncQueueReader implementation. |
AsyncQueueReader<L> |
AsyncQueueIO.ImmutableAsyncQueueIO.getReader()
Get
AsyncQueueReader implementation. |
AsyncQueueReader<L> |
AsyncQueueIO.MutableAsyncQueueIO.getReader()
Get
AsyncQueueReader implementation. |
Modifier and Type | Method and Description |
---|---|
static <L> AsyncQueueIO<L> |
AsyncQueueIO.Factory.createImmutable(AsyncQueueReader<L> reader,
AsyncQueueWriter<L> writer) |
static <L> AsyncQueueIO.MutableAsyncQueueIO<L> |
AsyncQueueIO.Factory.createMutable(AsyncQueueReader<L> reader,
AsyncQueueWriter<L> writer) |
void |
AsyncQueueIO.MutableAsyncQueueIO.setReader(AsyncQueueReader<L> reader) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNIOAsyncQueueReader
The
AsyncQueueReader implementation, based on the Java NIO |
Modifier and Type | Class and Description |
---|---|
class |
TCPNIOAsyncQueueReader
The TCP transport
AsyncQueueReader implementation, based on
the Java NIO |
class |
UDPNIOAsyncQueueReader
The UDP transport
AsyncQueueReader implementation, based on
the Java NIO |
Copyright © 2015 Oracle Corporation. All rights reserved.