validateHandshake

validateHandshake#

method

LockableDaemon.validateHandshake(conn, data)#

Override this to create a connection validator for new client connections. It should return a response data object normally if the connection is okay, or should raise an exception if the connection should be denied.