org.glassfish.grizzly
Interface SocketAcceptor


public interface SocketAcceptor

Common interface for SocketAcceptor implementations.

Author:
Alexey Stashok

Method Summary
 java.util.concurrent.Future<Connection> accept()
          Accept a Connection
 

Method Detail

accept

java.util.concurrent.Future<Connection> accept()
                                               throws java.io.IOException
Accept a Connection

Returns:
Future
Throws:
java.io.IOException


Copyright © 2012 Oracle Corporation. All Rights Reserved.