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 Future<Connection>accept()Accept aConnection
-
-
-
Method Detail
-
accept
Future<Connection> accept() throws IOException
Accept aConnection- Returns:
Future- Throws:
IOException
-
-