1 #ifndef __vtkHTTPHandler_h 2 #define __vtkHTTPHandler_h 5 #include <vtkRemoteIOConfigure.h> 10 #include <vtkObjectFactory.h> 22 void PrintSelf(ostream& os, vtkIndent indent)
override;
32 void SetForbidReuse(
int value);
36 void StageFileRead(
const char * source,
const char * destination)
override;
38 void StageFileWrite(
const char * source,
const char * destination)
override;
40 void InitTransfer ()
override;
41 int CloseTransfer ()
override;
44 vtkSetStringMacro(CaCertificatesPath);
45 vtkGetStringMacro(CaCertificatesPath);
55 vtkInternal* Internal;
56 char* CaCertificatesPath{
nullptr};
virtual int CanHandleURI(const char *vtkNotUsed(uri))
need something that goes the other way too...
static vtkURIHandler * New()
The Usual vtk class functions.
void operator=(const vtkURIHandler &)
void PrintSelf(ostream &os, vtkIndent indent) override
virtual void StageFileRead(const char *source, const char *destination)
virtual void StageFileWrite(const char *source, const char *destination)