35 #ifndef __EST_FRINGE_CLIENT_H__
36 #define __EST_FRINGE_CLIENT_H__
38 #include "EST_String.h"
39 #include "EST_rw_status.h"
41 #include "EST_Server.h"
56 virtual void process(
void);
72 virtual bool parse_command(
const EST_String command,
79 const Args &arguments);
81 virtual bool parse_result(
const EST_String resultString,
EST_FringeServer(EST_String hostname, int port)
Create a server connection by explicitly saying where to connect to.
EST_FringeServer(EST_String name="fringe")
Create a server connection by name, defaulting to "fringe", the default server name.
~EST_FringeServer()
Destroy the connection.
int port(void) const
Port number.
const EST_String name(void) const
Name of server.
const EST_String hostname(void) const
Domain name of the server.