Rudiments
socketclient.h
1 // Copyright (c) 2004 David Muse
2 // See the COPYING file for more information.
3 
4  friend class url;
5  protected:
6  int32_t connect(const struct sockaddr *addr,
7  socklen_t addrlen, int32_t sec, int32_t usec);
8  ssize_t lowLevelRead(void *buf, ssize_t count);
9  ssize_t lowLevelWrite(const void *buf, ssize_t count);
10  int32_t lowLevelClose();
11 
12  socketclientprivate *pvt;
Definition: url.h:35