12 #ifndef vtkNetworkAccessManager_h 13 #define vtkNetworkAccessManager_h 39 CONNECTION_HANDSHAKE_ERROR,
75 return this->NewConnection(url, result);
84 virtual void AbortPendingConnection() = 0;
89 virtual int ProcessEvents(
unsigned long timeout_msecs) = 0;
96 virtual bool GetNetworkEventsAvailable() = 0;
101 virtual bool GetPendingConnectionsPresent() = 0;
106 virtual void DisableFurtherConnections(
int port,
bool disable) = 0;
111 virtual bool GetWrongConnectID() = 0;
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
#define VTKREMOTINGCORE_EXPORT
virtual vtkMultiProcessController * NewConnection(const char *url)
Creates a new connection given the url.
vtkNetworkAccessManager is used to create new connections and monitor activity of those connections...
ConnectionResult
Possible result of connection when creating a new connection CONNECTION_SUCCESS: Connection was suces...