Package | Description |
---|---|
org.glassfish.grizzly.asyncqueue | |
org.glassfish.grizzly.nio.transport |
Modifier and Type | Class and Description |
---|---|
static class |
AsyncQueueIO.ImmutableAsyncQueueIO<L> |
static class |
AsyncQueueIO.MutableAsyncQueueIO<L> |
Modifier and Type | Method and Description |
---|---|
static <L> AsyncQueueIO<L> |
AsyncQueueIO.Factory.createImmutable(AsyncQueueReader<L> reader,
AsyncQueueWriter<L> writer) |
AsyncQueueIO |
AsyncQueueEnabledTransport.getAsyncQueueIO()
Get asynchronous queue implementation.
|
Modifier and Type | Field and Description |
---|---|
protected AsyncQueueIO<SocketAddress> |
UDPNIOTransport.asyncQueueIO
Transport AsyncQueueIO
|
Modifier and Type | Method and Description |
---|---|
AsyncQueueIO |
UDPNIOTransport.getAsyncQueueIO() |
AsyncQueueIO<SocketAddress> |
TCPNIOTransport.getAsyncQueueIO() |
Copyright © 2014 Oracle Corporation. All rights reserved.