Package com.yahoo.io

Interface ConnectionFactory


  • public interface ConnectionFactory
    A factory interface used for associating SocketChannel and Listener information with the application's Connection object.
    Author:
    Bjorn Borud, Bob Travis
    • Method Detail

      • newConnection

        Connection newConnection​(java.nio.channels.SocketChannel channel,
                                 Listener listener)