Interface ServerSideConnectionAcceptor<T extends ServerSideConnection>


  • public interface ServerSideConnectionAcceptor<T extends ServerSideConnection>
    Interface implemented by the broker in order to accept/register incoming connections
    Author:
    enrico.olivelli
    • Method Detail

      • createConnection

        T createConnection​(Channel channel)