Replaced QTcpSocket * with a QIODevice * to make network independent unit tests possible.
[contrib/qtwebsockets.git] / src / qwebsocketserver_p.h
index 8caf1aa..081ecec 100644 (file)
@@ -74,6 +74,9 @@ public:
     QList<QString> supportedProtocols() const;
     QList<QString> supportedExtensions() const;
 
+    void setServerName(const QString &serverName);
+    QString serverName() const;
+
 Q_SIGNALS:
     void newConnection();