25 #include "ClientInterface.h"
34 bool connection(
string,
int);
35 bool connectionUnresolv(
string host,
int port);
37 string getTextData(
string hdrdelm,
string cntlnhdr);
38 string getBinaryData(
int,
bool);
39 void closeConnection();
41 void setSocketBlocking();
42 void setSocketNonBlocking();
43 int receive(
string& buf,
int flag);
44 int receivelen(
string& buf,
int len,
int flag);
46 int sendlen(
string buf,
int len);