8#ifndef vtkClientSocket_h
9#define vtkClientSocket_h
11#include "vtkCommonSystemModule.h"
13VTK_ABI_NAMESPACE_BEGIN
35 vtkGetMacro(ConnectingSide,
bool);
42 vtkSetMacro(ConnectingSide,
bool);
Encapsulates a client socket.
int ConnectToServer(const char *hostname, int port)
Connects to host.
~vtkClientSocket() override
static vtkClientSocket * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
Encapsulate a socket that accepts connections.
BSD socket encapsulation.