org.glassfish.grizzly.asyncqueue
Interface AsyncQueueEnabledTransport

All Known Implementing Classes:
TCPNIOTransport, UDPNIOTransport

public interface AsyncQueueEnabledTransport

Interface, which Transports should implement if they support AsyncQueues.

Author:
Alexey Stashok

Method Summary
 AsyncQueueIO getAsyncQueueIO()
          Get asynchronous queue implementation.
 

Method Detail

getAsyncQueueIO

AsyncQueueIO getAsyncQueueIO()
Get asynchronous queue implementation.

Returns:
asynchronous queue implementation.


Copyright © 2012 Oracle Corporation. All Rights Reserved.