Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

CFTPListen Class Reference

#include <FTPListen.h>

List of all members.

Signals

Public Member Functions

Protected Member Functions


Constructor & Destructor Documentation

CFTPListen::CFTPListen Q_UINT16  port,
QObject *  parent,
const char *  name = 0,
int  backlog = 0
 

CFTPListen::CFTPListen const QHostAddress &  address,
Q_UINT16  port,
QObject *  parent,
const char *  name = 0,
int  backlog = 0
 

CFTPListen::CFTPListen QObject *  parent,
const char *  name = 0
 


Member Function Documentation

void CFTPListen::ConnectionEstablished  )  [signal]
 

int CFTPListen::FetchSocket  ) 
 

Get first socket from queue.

This function will return the first socket ID from the backlog queue. If there is no socket waiting, NULL is returned. Note: the socket is removed from the internal queue.

void CFTPListen::newConnection int  socket  )  [protected, virtual]
 

A new incoming connection has arrived.

This function is overloaded from QServerSocket; it is called when a new connection arrives at the listing port.

It will simply take the socket number and queue it.


The documentation for this class was generated from the following files:
Generated on Wed Dec 13 23:38:47 2006 for CamStream by doxygen 1.3.7