|
Ice 3.7 C++11 API Reference
|
This is the complete list of members for Ice::Connection, including all inherited members.
| close(ConnectionClose mode) noexcept=0 | Ice::Connection | pure virtual |
| createProxy(const Identity &id) const =0 | Ice::Connection | pure virtual |
| flushBatchRequests(CompressBatch compress) | Ice::Connection | inlinevirtual |
| flushBatchRequestsAsync(CompressBatch compress, ::std::function< void(::std::exception_ptr)> exception, ::std::function< void(bool)> sent=nullptr)=0 | Ice::Connection | pure virtual |
| flushBatchRequestsAsync(CompressBatch compress) -> decltype(::std::declval< P< void > >().get_future()) | Ice::Connection | inline |
| getACM() noexcept=0 | Ice::Connection | pure virtual |
| getAdapter() const noexcept=0 | Ice::Connection | pure virtual |
| getEndpoint() const noexcept=0 | Ice::Connection | pure virtual |
| getInfo() const =0 | Ice::Connection | pure virtual |
| heartbeat() | Ice::Connection | inlinevirtual |
| heartbeatAsync(::std::function< void(::std::exception_ptr)> exception, ::std::function< void(bool)> sent=nullptr)=0 | Ice::Connection | pure virtual |
| heartbeatAsync() -> decltype(::std::declval< P< void > >().get_future()) | Ice::Connection | inline |
| setACM(const Ice::optional< int > &timeout, const Ice::optional< ACMClose > &close, const Ice::optional< ACMHeartbeat > &heartbeat)=0 | Ice::Connection | pure virtual |
| setAdapter(const ::std::shared_ptr< ObjectAdapter > &adapter)=0 | Ice::Connection | pure virtual |
| setBufferSize(int rcvSize, int sndSize)=0 | Ice::Connection | pure virtual |
| setCloseCallback(CloseCallback callback)=0 | Ice::Connection | pure virtual |
| setHeartbeatCallback(HeartbeatCallback callback)=0 | Ice::Connection | pure virtual |
| throwException() const =0 | Ice::Connection | pure virtual |
| timeout() const noexcept=0 | Ice::Connection | pure virtual |
| toString() const noexcept=0 | Ice::Connection | pure virtual |
| type() const noexcept=0 | Ice::Connection | pure virtual |
| ~Connection() | Ice::Connection | virtual |