AfterAccept is a virtual procedure in
TIdIOHandler that specifies the mechanism used to initialize an IOHandler after a listener thread for has detected a client connection request. AfterAccept must be implemented in a descendant class, like
TIdSSLIOHandlerSocket, to allow any operation needed prior to calling
Accept for the socket binding in the newly detected client connection.