22 #ifndef KDSOAPSERVERSOCKET_P_H
23 #define KDSOAPSERVERSOCKET_P_H
37 class KDSoapSocketList;
42 class KDSoapServerSocket
51 KDSoapServerSocket(KDSoapSocketList* owner, QObject* serverObject);
52 ~KDSoapServerSocket();
54 void setResponseDelayed();
59 void socketDeleted(KDSoapServerSocket *);
65 bool handleWsdlDownload();
70 const QByteArray& soapAction,
const QString &path);
71 void handleError(
KDSoapMessage& replyMsg,
const char* errorCode,
const QString& error);
72 void setSocketEnabled(
bool enabled);
74 KDSoapSocketList* m_owner;
75 QObject* m_serverObject;
76 bool m_delayedResponse;
79 QByteArray m_requestBuffer;
82 QString m_messageNamespace;
86 #endif // KDSOAPSERVERSOCKET_P_H