Set the ConnectionEventCallback

Synopsis

Declared in <folly/io/async/AsyncServerSocket.h>

void
setConnectionEventCallback(ConnectionEventCallback const* connectionEventCallback);

Parameters

Name

Description

connectionEventCallback

The connection event callback to install.

Created with MrDocs