23 #ifndef KDSOAPSERVERSOCKET_P_H
24 #define KDSOAPSERVERSOCKET_P_H
38 class KDSoapSocketList;
43 class KDSoapServerSocket
52 KDSoapServerSocket(KDSoapSocketList* owner, QObject* serverObject);
53 ~KDSoapServerSocket();
55 void setResponseDelayed();
60 void socketDeleted(KDSoapServerSocket *);
66 bool handleWsdlDownload();
71 const QByteArray& soapAction,
const QString &path);
72 void handleError(
KDSoapMessage& replyMsg,
const char* errorCode,
const QString& error);
73 void setSocketEnabled(
bool enabled);
75 KDSoapSocketList* m_owner;
76 QObject* m_serverObject;
77 bool m_delayedResponse;
80 QByteArray m_requestBuffer;
83 QString m_messageNamespace;
87 #endif // KDSOAPSERVERSOCKET_P_H