CppWAMP
C++11 client library for the WAMP protocol
|
This is the complete list of members for wamp::TcpHost, including all inherited members.
connector(AnyIoExecutor exec, TcpHost host) | wamp::TcpHost | related |
connector(TExecutionContext &context, TcpHost host) | wamp::TcpHost | related |
connector(TExecutionContext &context, UdsPath path) | wamp::TcpHost | related |
defaultMaxRxLength | wamp::TcpHost | static |
hostName() const | wamp::TcpHost | |
maxRxLength() const | wamp::TcpHost | |
options() const | wamp::TcpHost | |
serviceName() const | wamp::TcpHost | |
TcpHost(std::string hostName, std::string serviceName, TcpOptions options={}, RawsockMaxLength maxRxLength=defaultMaxRxLength) | wamp::TcpHost | |
TcpHost(std::string hostName, unsigned short port, TcpOptions options={}, RawsockMaxLength maxRxLength=defaultMaxRxLength) | wamp::TcpHost | |
withBroadcast(bool enabled=true) | wamp::TcpHost | inline |
withDebug(bool enabled=true) | wamp::TcpHost | inline |
withDoNotRoute(bool enabled=true) | wamp::TcpHost | inline |
withIpV6Only(bool enabled=true) | wamp::TcpHost | inline |
withKeepAlive(bool enabled=true) | wamp::TcpHost | inline |
withLinger(bool enabled, int timeout) | wamp::TcpHost | inline |
withMaxRxLength(RawsockMaxLength length) | wamp::TcpHost | |
withNoDelay(bool enabled=true) | wamp::TcpHost | inline |
withOptions(TcpOptions options) | wamp::TcpHost | |
withOutOfBandInline(bool enabled) | wamp::TcpHost | inline |
withReceiveBufferSize(int size) | wamp::TcpHost | inline |
withReceiveLowWatermark(int size) | wamp::TcpHost | inline |
withReuseAddress(bool enabled=true) | wamp::TcpHost | inline |
withSendBufferSize(int size) | wamp::TcpHost | inline |
withSendLowWatermark(int size) | wamp::TcpHost | inline |
withUnicastHops(int hops) | wamp::TcpHost | inline |