Documentation for Ice 3.5. The latest release is Ice 3.7. Refer to the space directory for other releases.


Ice::Instrumentation::ConnectionObserver

Overview

local interface ConnectionObserver extends Ice::Instrumentation::Observer

The connection observer interface to instrument Ice connections.

Used By

Operation Index

sentBytes — Notification of sent bytes over the connection.
receivedBytes — Notification of received bytes over the connection.

Operations

void sentBytes(int num)

Notification of sent bytes over the connection.

Parameters

num — The number of bytes sent.

void receivedBytes(int num)

Notification of received bytes over the connection.

Parameters

num — The number of bytes received.


  • No labels