/* */ #ifndef _D_FTP_TUNNEL_RESPONSE_COMMAND_H_ #define _D_FTP_TUNNEL_RESPONSE_COMMAND_H_ #include "AbstractProxyResponseCommand.h" class FtpTunnelResponseCommand : public AbstractProxyResponseCommand { public: FtpTunnelResponseCommand(int cuid, const RequestHandle& req, RequestGroup* requestGroup, const HttpConnectionHandle& httpConnection, DownloadEngine* e, const SocketHandle& s); virtual ~FtpTunnelResponseCommand(); virtual Command* getNextCommand(); }; #endif // _D_FTP_TUNNEL_RESPONSE_COMMAND_H_