org.glassfish.grizzly.asyncqueue
Class AsyncQueueIO.Factory
java.lang.Object
org.glassfish.grizzly.asyncqueue.AsyncQueueIO.Factory
- Enclosing interface:
- AsyncQueueIO<L>
public static class AsyncQueueIO.Factory
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsyncQueueIO.Factory
public AsyncQueueIO.Factory()
createImmutable
public static <L> AsyncQueueIO<L> createImmutable(AsyncQueueReader<L> reader,
AsyncQueueWriter<L> writer)
createMutable
public static <L> AsyncQueueIO.MutableAsyncQueueIO<L> createMutable(AsyncQueueReader<L> reader,
AsyncQueueWriter<L> writer)
Copyright © 2012 Oracle Corporation. All Rights Reserved.