Ice Reference Documentation | ||
---|---|---|
<<< Previous | Slice Documentation | Next >>> |
local interface |
An interface Ice uses to report statistics, such as how much data
is sent or received. Applications must provide their own Stats
by implementing this interface and installing it in a communicator.
Callback to report that data has been received.
Callback to report that data has been sent.
void bytesReceived(string protocol, int num); |
Callback to report that data has been received.
The protocol over which data has been received (for example "tcp", "udp", or "ssl").
How many bytes have been received.
void bytesSent(string protocol, int num); |
Callback to report that data has been sent.
The protocol over which data has been sent (for example "tcp", "udp", or "ssl").
How many bytes have been sent.
<<< Previous | Home | Next >>> |
Ice::SocketException | Up | Ice::SyscallException |