class KIO.TCPSlaveBase


Table of contents
Modules
kio Classes
All Classes
Module kio
Namespace kio
Class KIO.TCPSlaveBase
Inherits KIO.SlaveBase

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.



methods