aboutsummaryrefslogtreecommitdiffstats
path: root/src/coap/qcoapclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/coap/qcoapclient.h')
-rw-r--r--src/coap/qcoapclient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coap/qcoapclient.h b/src/coap/qcoapclient.h
index 7171b59..a7478cf 100644
--- a/src/coap/qcoapclient.h
+++ b/src/coap/qcoapclient.h
@@ -55,7 +55,6 @@ class Q_COAP_EXPORT QCoapClient : public QObject
public:
explicit QCoapClient(QtCoap::SecurityMode securityMode = QtCoap::SecurityMode::NoSecurity,
QObject *parent = nullptr);
- explicit QCoapClient(QCoapConnection *connection, QObject *parent = nullptr);
~QCoapClient();
QCoapReply *get(const QCoapRequest &request);
@@ -89,6 +88,7 @@ public:
void setAckTimeout(uint ackTimeout);
void setAckRandomFactor(double ackRandomFactor);
void setMaximumRetransmitCount(uint maximumRetransmitCount);
+ void setMinimumTokenSize(int tokenSize);
Q_SIGNALS:
void finished(QCoapReply *reply);