com.sun.grizzly
Interface SocketAcceptor


public interface SocketAcceptor

Common interface for SocketAcceptor implementations.

Author:
Alexey Stashok

Method Summary
 Future<Connection> accept()
          Accept a Connection
 

Method Detail

accept

Future<Connection> accept()
                          throws IOException
Accept a Connection

Returns:
Future
Throws:
IOException


Copyright © 2009 SUN Microsystems. All Rights Reserved.