Go to the documentation of this file.
23 #ifndef _UCOMMON_BUFFER_H_
24 #define _UCOMMON_BUFFER_H_
26 #ifndef _UCOMMON_CONFIG_H_
30 #ifndef _UCOMMON_PROTOCOLS_H_
34 #ifndef _UCOMMON_SOCKET_H_
38 #ifndef _UCOMMON_STRING_H_
42 #ifndef _UCOMMON_FSYS_H_
46 #ifndef _UCOMMON_SHELL_H_
61 void _buffer(
size_t size);
64 virtual size_t _pull(
char *address,
size_t size);
95 TCPBuffer(
const char *host,
const char *service,
size_t size = 536);
108 void open(
const TCPServer *server,
size_t size = 536);
117 void open(
const char *host,
const char *service,
size_t size = 536);