|
| | MOCK_METHOD2 (SetCallback, bool(CallbackObj, IncomingSocketCallback)) |
| |
| | MOCK_METHOD1 (Bind, bool(const SocketAddress &)) |
| |
| | MOCK_METHOD0 (ValidHandle, bool()) |
| |
| | MOCK_METHOD4 (SetSockopt, bool(int32_t, int32_t, const int8_t *, int32_t)) |
| |
| | MOCK_METHOD1 (SetTOS, int32_t(int32_t)) |
| |
| | MOCK_METHOD3 (SendTo, int32_t(const int8_t *, size_t, const SocketAddress &)) |
| |
| | MOCK_METHOD8 (SetQos, bool(int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const SocketAddress &, int32_t)) |
| |
| virtual bool | SetCallback (CallbackObj obj, IncomingSocketCallback cb)=0 |
| |
| virtual bool | Bind (const SocketAddress &name)=0 |
| |
| virtual bool | StartReceiving () |
| |
| virtual bool | StartReceiving (const uint32_t) |
| |
| virtual bool | StopReceiving () |
| |
| virtual bool | ValidHandle ()=0 |
| |
| virtual bool | SetSockopt (int32_t level, int32_t optname, const int8_t *optval, int32_t optlen)=0 |
| |
| virtual int32_t | SetTOS (const int32_t serviceType)=0 |
| |
| virtual int32_t | SetPCP (const int32_t) |
| |
| virtual int32_t | SendTo (const int8_t *buf, size_t len, const SocketAddress &to)=0 |
| |
| virtual void | SetEventToNull () |
| |
| virtual void | CloseBlocking () |
| |
| virtual bool | SetQos (int32_t serviceType, int32_t tokenRate, int32_t bucketSize, int32_t peekBandwith, int32_t minPolicedSize, int32_t maxSduSize, const SocketAddress &stRemName, int32_t overrideDSCP=0)=0 |
| |
| virtual uint32_t | ReceiveBuffers () |
| |
| virtual bool | SetCallback (CallbackObj obj, IncomingSocketCallback cb)=0 |
| |
| virtual bool | Bind (const SocketAddress &name)=0 |
| |
| virtual bool | StartReceiving () |
| |
| virtual bool | StartReceiving (const uint32_t) |
| |
| virtual bool | StopReceiving () |
| |
| virtual bool | ValidHandle ()=0 |
| |
| virtual bool | SetSockopt (int32_t level, int32_t optname, const int8_t *optval, int32_t optlen)=0 |
| |
| virtual int32_t | SetTOS (const int32_t serviceType)=0 |
| |
| virtual int32_t | SetPCP (const int32_t) |
| |
| virtual int32_t | SendTo (const int8_t *buf, size_t len, const SocketAddress &to)=0 |
| |
| virtual void | SetEventToNull () |
| |
| virtual void | CloseBlocking () |
| |
| virtual bool | SetQos (int32_t serviceType, int32_t tokenRate, int32_t bucketSize, int32_t peekBandwith, int32_t minPolicedSize, int32_t maxSduSize, const SocketAddress &stRemName, int32_t overrideDSCP=0)=0 |
| |
| virtual uint32_t | ReceiveBuffers () |
| |