package YAMI.Core.New_Connection_Handlers

Public [types] [subprograms]

Types

Handler

   type Handler is limited interface;
   type Handler_Access is access all Handler'Class;

Callback interface for notifying about new incoming connections.


Subprograms

New_Connection

   procedure New_Connection (H : in out Handler;
                             Source : in String;
                             Channel : in Channel_Descriptor)
      is abstract;

Reports the new incoming connection. Source is the resolved name of listener that accepted the new connection.