Package org.glassfish.grizzly.asyncqueue
Interface AsyncQueueEnabledTransport
-
- All Known Implementing Classes:
NIOTransport,TCPNIOTransport,UDPNIOTransport
public interface AsyncQueueEnabledTransportInterface, which Transports should implement if they support AsyncQueues.- Author:
- Alexey Stashok
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AsyncQueueIOgetAsyncQueueIO()Get asynchronous queue implementation.
-
-
-
Method Detail
-
getAsyncQueueIO
AsyncQueueIO getAsyncQueueIO()
Get asynchronous queue implementation.- Returns:
- asynchronous queue implementation.
-
-