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