|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
|
void | AbortPendingConnection () override |
| Used to abort pending connection creation, if any. More...
|
|
int | ProcessEvents (unsigned long timeout_msecs) override |
| Process any network activity. More...
|
|
bool | GetNetworkEventsAvailable () override |
| Peeks to check if any activity is available. More...
|
|
bool | GetPendingConnectionsPresent () override |
| Returns true is the manager is currently waiting for any connections. More...
|
|
void | DisableFurtherConnections (int port, bool disable) override |
| Enable/disable further connections for given port. More...
|
|
bool | GetWrongConnectID () override |
| Returns true if the last check of connect ids was wrong. More...
|
|
|
vtkMultiProcessController * | NewConnection (const char *url, vtkNetworkAccessManager::ConnectionResult &result) override |
| Creates a new connection given the url. More...
|
|
virtual vtkMultiProcessController * | NewConnection (const char *url) |
| Creates a new connection given the url. More...
|
|
| vtkBaseTypeMacro (vtkObject, vtkObjectBase) |
|
virtual void | DebugOn () |
|
virtual void | DebugOff () |
|
bool | GetDebug () |
|
void | SetDebug (bool debugFlag) |
|
virtual void | Modified () |
|
virtual vtkMTimeType | GetMTime () |
|
void | RemoveObserver (unsigned long tag) |
|
void | RemoveObservers (unsigned long event) |
|
void | RemoveObservers (const char *event) |
|
void | RemoveAllObservers () |
|
int | HasObserver (unsigned long event) |
|
int | HasObserver (const char *event) |
|
int | InvokeEvent (unsigned long event) |
|
int | InvokeEvent (const char *event) |
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
|
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
|
vtkCommand * | GetCommand (unsigned long tag) |
|
void | RemoveObserver (vtkCommand *) |
|
void | RemoveObservers (unsigned long event, vtkCommand *) |
|
void | RemoveObservers (const char *event, vtkCommand *) |
|
int | HasObserver (unsigned long event, vtkCommand *) |
|
int | HasObserver (const char *event, vtkCommand *) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
int | InvokeEvent (unsigned long event, void *callData) |
|
int | InvokeEvent (const char *event, void *callData) |
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
|
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
|
vtkCommand * | GetCommand (unsigned long tag) |
|
void | RemoveObserver (vtkCommand *) |
|
void | RemoveObservers (unsigned long event, vtkCommand *) |
|
void | RemoveObservers (const char *event, vtkCommand *) |
|
int | HasObserver (unsigned long event, vtkCommand *) |
|
int | HasObserver (const char *event, vtkCommand *) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
int | InvokeEvent (unsigned long event, void *callData) |
|
int | InvokeEvent (const char *event, void *callData) |
|
const char * | GetClassName () const |
|
virtual void | Delete () |
|
virtual void | FastDelete () |
|
void | Print (ostream &os) |
|
virtual void | Register (vtkObjectBase *o) |
|
virtual void | UnRegister (vtkObjectBase *o) |
|
void | SetReferenceCount (int) |
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
|
int | GetReferenceCount () |
|
void | PrintRevisions (ostream &) |
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
|
int | GetReferenceCount () |
|
void | PrintRevisions (ostream &) |
|
|
| vtkTCPNetworkAccessManager () |
|
| ~vtkTCPNetworkAccessManager () override |
|
int | ProcessEventsInternal (unsigned long timeout_msecs, bool do_processing) |
|
vtkMultiProcessController * | ConnectToRemote (const char *hostname, int port, const char *handshake, int timeout_in_seconds, vtkNetworkAccessManager::ConnectionResult &result) |
| Connects to remote processes. More...
|
|
vtkMultiProcessController * | WaitForConnection (int port, bool once, const char *handshake, bool nonblocking, vtkNetworkAccessManager::ConnectionResult &result) |
| Waits for connection from remote process. More...
|
|
int | ParaViewHandshake (vtkMultiProcessController *controller, bool server_side, const char *handshake) |
|
void | PrintHandshakeError (int errorcode, bool server_side) |
|
int | AnalyzeHandshakeAndGetErrorCode (const char *clientHS, const char *serverHS) |
|
| vtkNetworkAccessManager () |
|
| ~vtkNetworkAccessManager () override |
|
| vtkObject () |
|
virtual | ~vtkObject () |
|
void | RegisterInternal (vtkObjectBase *, vtkTypeBool check) VTK_OVERRIDE |
|
void | UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) VTK_OVERRIDE |
|
void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) |
|
void | InternalReleaseFocus () |
|
void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) |
|
void | InternalReleaseFocus () |
|
| vtkObjectBase () |
|
virtual | ~vtkObjectBase () |
|
virtual void | CollectRevisions (ostream &) |
|
virtual void | ReportReferences (vtkGarbageCollector *) |
|
| vtkObjectBase (const vtkObjectBase &) |
|
void | operator= (const vtkObjectBase &) |
|
vtkTCPNetworkAccessManager is a concrete implementation of vtkNetworkAccessManager that uses tcp/ip sockets for communication between processes.
It supports urls that use "tcp" as their protocol specifier.
Definition at line 19 of file vtkTCPNetworkAccessManager.h.
Creates a new connection given the url.
This call may block until the connection can be established. To keep user-interfaces responsive, one can listen to the vtkCommand::ProgressEvent fired periodically by this class while waiting. The result arg provide information about the failure or sucess of the connection, see vtkNetworkAccessManager::ConnectionResult for possible values.
vtkNetworkAccessManager can be waiting for atmost one connection at a time. Calling NewConnection() while another connection is pending will raise an error.
To abort the connection and cancel the waiting, simply call AbortPendingConnection() in the vtkCommand::ProgressEvent callback.
Returns the new connection instance on success, otherwise nullptr.
URLs are of the following form: <transport>
://<address>
tcp://<hostname>
:<port>
tcp://localhost
:<port>/listen – listen for connection on port.
tcp://localhost
:<port>/listenmultiple – listen for multiple Examples:
tcp://medea
:12345
tcp://localhost
:12345/listen
ssh://utkarsh@medea
- http://kitware-server/session?id=12322&authorization=12
Implements vtkNetworkAccessManager.