Module org.glassfish.grizzly
Package org.glassfish.grizzly.asyncqueue
Class AsyncQueueIO.ImmutableAsyncQueueIO<L>
java.lang.Object
org.glassfish.grizzly.asyncqueue.AsyncQueueIO.ImmutableAsyncQueueIO<L>
- All Implemented Interfaces:
AsyncQueueIO<L>
- Enclosing interface:
- AsyncQueueIO<L>
public static final class AsyncQueueIO.ImmutableAsyncQueueIO<L>
extends Object
implements AsyncQueueIO<L>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.glassfish.grizzly.asyncqueue.AsyncQueueIO
AsyncQueueIO.Factory, AsyncQueueIO.ImmutableAsyncQueueIO<L>, AsyncQueueIO.MutableAsyncQueueIO<L> -
Method Summary
Modifier and TypeMethodDescriptionGetAsyncQueueReaderimplementation.GetAsyncQueueWriterimplementation.
-
Method Details
-
getReader
GetAsyncQueueReaderimplementation.- Specified by:
getReaderin interfaceAsyncQueueIO<L>- Returns:
AsyncQueueReaderimplementation.
-
getWriter
GetAsyncQueueWriterimplementation.- Specified by:
getWriterin interfaceAsyncQueueIO<L>- Returns:
AsyncQueueWriterimplementation.
-