24 #ifndef vtkNetworkAccessManager_h 25 #define vtkNetworkAccessManager_h 27 #include "vtkObject.h" 28 #include "vtkPVClientServerCoreCoreModule.h" 30 class vtkMultiProcessController;
36 void PrintSelf(ostream& os, vtkIndent indent);
64 virtual vtkMultiProcessController* NewConnection(
const char* url) = 0;
70 virtual void AbortPendingConnection() = 0;
75 virtual int ProcessEvents(
unsigned long timeout_msecs) = 0;
82 virtual bool GetNetworkEventsAvailable() = 0;
87 virtual bool GetPendingConnectionsPresent() = 0;
vtkNetworkAccessManager is used to create new connections and monitor activity of those connections...