Interface SocketAcceptor


  • public interface SocketAcceptor
    Common interface for SocketAcceptor implementations.
    Author:
    Alexey Stashok
    • Method Detail

      • accept

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