/* */ #ifndef D_FTP_TUNNEL_RESPONSE_COMMAND_H #define D_FTP_TUNNEL_RESPONSE_COMMAND_H #include "AbstractProxyResponseCommand.h" namespace aria2 { class SocketCore; class FtpTunnelResponseCommand : public AbstractProxyResponseCommand { public: FtpTunnelResponseCommand(cuid_t cuid, const SharedHandle& req, const SharedHandle& fileEntry, RequestGroup* requestGroup, const SharedHandle& httpConnection, DownloadEngine* e, const SharedHandle& s); virtual ~FtpTunnelResponseCommand(); virtual Command* getNextCommand(); }; } // namespace aria2 #endif // D_FTP_TUNNEL_RESPONSE_COMMAND_H