Manage a single connection to the name server. More...
#include <yarp/name/NameServerConnectionHandler.h>
Public Member Functions | |
NameServerConnectionHandler (NameService *service) | |
bool | read (yarp::os::ConnectionReader &reader) override |
Read this object from a network connection. More... | |
virtual bool | apply (yarp::os::ConnectionReader &reader, yarp::os::ConnectionWriter *writer, bool lock=true) |
Public Member Functions inherited from yarp::os::PortReader | |
virtual | ~PortReader () |
Destructor. More... | |
virtual Type | getReadType () const |
Manage a single connection to the name server.
Definition at line 38 of file NameServerConnectionHandler.h.
|
inline |
Definition at line 44 of file NameServerConnectionHandler.h.
|
inlinevirtual |
Definition at line 54 of file NameServerConnectionHandler.h.
|
inlineoverridevirtual |
Read this object from a network connection.
Override this for your particular class.
reader | an interface to the network connection for reading |
Implements yarp::os::PortReader.
Definition at line 49 of file NameServerConnectionHandler.h.