apISocketAcceptCallback

  • At network\core\public\apisocketacceptcallback.idl .
  • Derived from nsISupports
  • This is target of notification on new connections.

Methods

onServerClose

void onServerClose(in apIAcceptSocketNotifier server);

Called when the listen socket service is closed due to some reason. Also asynchronously called when ‘close’ method of the [:apIListenSocketService:listen socket service] is called.

server:: apIAcceptSocketNotifier

onSocketAccept

void onSocketAccept(in apISocketWrapper socket);

Called when new connection is accepted.

socket:: The apISocketWrapper MFP flow wrapper implementation.

 
src/hack/apisocketacceptcallback.txt · Last modified: 2007/02/22 17:00
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki