Neokernel API

ReceiveEmailAgent.handleClient Method

If the max_connections parameter has been not been exceeded, this method passes the socket connection to a ReceiveEmailHandler for further processing on its own Thread (owned by ESMTPReceiver).

public virtual void handleClient(
   Socket client
);

See Also

ReceiveEmailAgent Class | com.neokernel.email Namespace