Rudiments
include
rudiments
private
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;
url
Definition:
url.h:35
Generated on Tue Sep 11 2018 11:36:51 for Rudiments by
1.8.13