|
|
There are two classes that specifies the protocol between application (job) and kioslave. SlaveInterface is the class to use on the application end, SlaveBase is the one to use on the slave end.
Slave implementations should simply inherit SlaveBase
A call to foo() results in a call to slotFoo() on the other end.
|
~ |
[virtual]
ssize_t |
[protected]
ssize_t |
[protected]
ssize_t |
[protected]
unsigned short int |
[protected]
bool |
[protected]
This does the initial TCP connection stuff and/or SSL handshaking
Parameters:
Returns: on succes, true is returned. on failure, false is returned and an appropriate error message is send to the application.
void |
[protected]
bool |
[protected]
void |
[protected]
bool |
[protected]
bool |
[protected]
unsigned short int |
[protected]
unsigned short int |
[protected]
int |
[protected]
QCString |
[protected]
FILE * |
[protected]
TcpSlaveBasePrivate * |
[protected]
SSL_CTX * |
[protected]
SSL * |
[protected]
X509 * |
[protected]
SSL_METHOD * |
[protected]
Generated by: prospector@porky.devel.redhat.com on Fri Nov 3 09:58:58 2000, using kdoc 2.0a42. |