35 #ifndef __EST_FRINGE_CLIENT_H__ 36 #define __EST_FRINGE_CLIENT_H__ 80 const Args &arguments);
A class providing mechanisms to talk to fringe.
virtual EST_String build_command(const EST_String package, const EST_String operation, const Args &arguments)
int port(void) const
Port number.
const EST_String name(void) const
Name of server.
~EST_FringeServer()
Destroy the connection.
virtual void process(void)
EST_FringeServer(EST_String name="fringe")
Create a server connection by name, defaulting to "fringe", the default server name.
virtual bool parse_result(const EST_String resultString, Result &res)
virtual bool parse_command(const EST_String command, EST_String &package, EST_String &operation, Args &arguments)
virtual EST_String build_result(const Result &res)
const EST_String hostname(void) const
Domain name of the server.