This is the complete list of members for Connection, including all inherited members.
| AcceptCallback typedef | Connection | |
| AsyncRead(Handler _handler) | Connection | inline |
| Cancel() | Connection | |
| Connect(const std::string &_host, unsigned int _port) | Connection | |
| Connection() | Connection | |
| ConnectToShutdown(boost::function< void()> _subscriber) | Connection | inline |
| DisconnectShutdown(event::ConnectionPtr _subscriber) GAZEBO_DEPRECATED(8.0) | Connection | inline |
| EnqueueMsg(const std::string &_buffer, boost::function< void(uint32_t)> _cb, uint32_t _id, bool _force=false) | Connection | |
| EnqueueMsg(const std::string &_buffer, bool _force=false) | Connection | |
| GetId() const | Connection | |
| GetIPWhiteList() const | Connection | |
| GetLocalAddress() const | Connection | |
| GetLocalHostname() | Connection | static |
| GetLocalPort() const | Connection | |
| GetLocalURI() const | Connection | |
| GetRemoteAddress() const | Connection | |
| GetRemoteHostname() const | Connection | |
| GetRemotePort() const | Connection | |
| GetRemoteURI() const | Connection | |
| IsOpen() const | Connection | |
| Listen(unsigned int _port, const AcceptCallback &_acceptCB) | Connection | |
| ProcessWriteQueue(bool _blocking=false) | Connection | |
| Read(std::string &_data) | Connection | |
| ReadCallback typedef | Connection | |
| Shutdown() | Connection | |
| StartRead(const ReadCallback &_cb) | Connection | |
| StopRead() | Connection | |
| ValidateIP(const std::string &_ip) | Connection | static |
| ~Connection() | Connection | virtual |