Package | Description |
---|---|
org.glassfish.grizzly.asyncqueue | |
org.glassfish.grizzly.nio | |
org.glassfish.grizzly.nio.transport |
Modifier and Type | Interface and Description |
---|---|
interface |
AsyncQueueReader<L>
The
AsyncQueue , which implements asynchronous read queue. |
interface |
AsyncQueueWriter<L>
The
AsyncQueue , which implements asynchronous write queue. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNIOAsyncQueueReader
The
AsyncQueueReader implementation, based on the Java NIO |
class |
AbstractNIOAsyncQueueWriter
The
AsyncQueueWriter 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 |
TCPNIOAsyncQueueWriter
The TCP transport
AsyncQueueWriter implementation, based on
the Java NIO |
class |
UDPNIOAsyncQueueReader
The UDP transport
AsyncQueueReader implementation, based on
the Java NIO |
class |
UDPNIOAsyncQueueWriter
The UDP transport
AsyncQueueWriter implementation, based on
the Java NIO |
Copyright © 2015 Oracle Corporation. All rights reserved.