Package org.glassfish.grizzly
Interface SocketAcceptor
-
public interface SocketAcceptorCommon interface for SocketAcceptor implementations.- Author:
- Alexey Stashok
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.concurrent.Future<Connection>accept()Accept aConnection
-
-
-
Method Detail
-
accept
java.util.concurrent.Future<Connection> accept() throws java.io.IOException
Accept aConnection- Returns:
Future- Throws:
java.io.IOException
-
-