org.glassfish.grizzly.asyncqueue
Interface AsyncQueueEnabledTransport<K,L>

All Known Implementing Classes:
TCPNIOTransport, UDPNIOTransport

public interface AsyncQueueEnabledTransport<K,L>

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 © 2009 SUN Microsystems. All Rights Reserved.