Rudiments
Main Page
Classes
include
rudiments
private
socketclient.h
1
// Copyright (c) 2004 David Muse
2
// See the COPYING file for more information.
3
4
protected
:
5
#ifdef RUDIMENTS_HAS_SSL
6
void
*newSSLBIO()
const
;
7
#endif
8
int32_t connect(
const
struct
sockaddr *addr,
9
socklen_t addrlen, int32_t sec, int32_t usec);
10
ssize_t lowLevelRead(
void
*buf, ssize_t count)
const
;
11
ssize_t lowLevelWrite(
const
void
*buf, ssize_t count)
const
;
12
int32_t lowLevelClose();
13
14
socketclientprivate *pvt;
Generated on Sun Oct 5 2014 02:44:58 for Rudiments by
1.8.6