Ice 3.6 Slice API Reference
All Classes Interfaces Structs Exceptions Modules Files Operations Constants Sequences Dictionaries Enumerations Enumerator Pages
Operations | List of all members
Ice::ConnectionCallback Local Interface Reference

An application can implement this interface to receive notifications when a connection closes or receives a heartbeat message. More...

Defined in <Ice/Connection.ice>

local interface ConnectionCallback { ... }

Operations

void closed (Connection con)
 This method is called by the the connection when the connection is closed. More...
 
void heartbeat (Connection con)
 This method is called by the the connection when a heartbeat is received from the peer. More...
 

Detailed Description

An application can implement this interface to receive notifications when a connection closes or receives a heartbeat message.

See also
Connection::setCallback

Operation Documentation

◆ closed()

void closed ( Connection  con)

This method is called by the the connection when the connection is closed.

◆ heartbeat()

void heartbeat ( Connection  con)

This method is called by the the connection when a heartbeat is received from the peer.


The documentation for this interface was generated from the following file: