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.