Go to the source code of this file.
|
| local interface | Ice::CloseCallback |
| | An application can implement this interface to receive notifications when a connection closes. More...
|
| local interface | Ice::Connection |
| | The user-level interface to a connection. More...
|
| local interface | Ice::HeartbeatCallback |
| | An application can implement this interface to receive notifications when a connection receives a heartbeat message. More...
|
|
| namespace | Ice |
| | The Ice core library.
|
|
| local enum | Ice::ACMClose {
Ice::CloseOff
, Ice::CloseOnIdle
, Ice::CloseOnInvocation
, Ice::CloseOnInvocationAndIdle
,
Ice::CloseOnIdleForceful
} |
| | Specifies the close semantics for Active Connection Management. More...
|
| local enum | Ice::ACMHeartbeat { Ice::HeartbeatOff
, Ice::HeartbeatOnDispatch
, Ice::HeartbeatOnIdle
, Ice::HeartbeatAlways
} |
| | Specifies the heartbeat semantics for Active Connection Management. More...
|
| local enum | Ice::CompressBatch { Ice::Yes
, Ice::No
, Ice::BasedOnProxy
} |
| | The batch compression option when flushing queued batch requests. More...
|
| local enum | Ice::ConnectionClose { Ice::Forcefully
, Ice::Gracefully
, Ice::GracefullyWithWait
} |
| | Determines the behavior when manually closing a connection. More...
|