• Skip to content
  • Skip to link menu
KDE 3.5 API Reference
  • KDE API Reference
  • @topname@
  • Sitemap
  • Contact Us
 

kdecore

KNetwork::KSocksSocketDevice

KNetwork::KSocksSocketDevice Class Reference

#include <ksockssocketdevice.h>

Inheritance diagram for KNetwork::KSocksSocketDevice:

KNetwork::KSocketDevice KNetwork::KActiveSocketBase KNetwork::KPassiveSocketBase QIODevice KNetwork::KSocketBase KNetwork::KSocketBase

List of all members.


Detailed Description

The low-level class for SOCKS proxying.

This class reimplements several functions from KSocketDevice in order to implement SOCKS support.

This works by using KSocks.

Author:
Thiago Macieira <thiago.macieira@kdemail.net>
Warning:
This code is untested!

Definition at line 40 of file ksockssocketdevice.h.


Public Member Functions

 KSocksSocketDevice (const KSocketBase *=0L)
 KSocksSocketDevice (int fd)
virtual ~KSocksSocketDevice ()
virtual int capabilities () const
virtual bool bind (const KResolverEntry &address)
virtual bool listen (int backlog)
virtual bool connect (const KResolverEntry &address)
virtual KSocksSocketDevice * accept ()
virtual Q_LONG readBlock (char *data, Q_ULONG maxlen)
virtual Q_LONG readBlock (char *data, Q_ULONG maxlen, KSocketAddress &from)
virtual Q_LONG peekBlock (char *data, Q_ULONG maxlen)
virtual Q_LONG peekBlock (char *data, Q_ULONG maxlen, KSocketAddress &from)
virtual Q_LONG writeBlock (const char *data, Q_ULONG len)
virtual Q_LONG writeBlock (const char *data, Q_ULONG len, const KSocketAddress &to)
virtual KSocketAddress localAddress () const
virtual KSocketAddress peerAddress () const
virtual KSocketAddress externalAddress () const
virtual bool poll (bool *input, bool *output, bool *exception=0L, int timeout=-1, bool *timedout=0L)

Friends

class KSocketDevice

Constructor & Destructor Documentation

KSocksSocketDevice::KSocksSocketDevice ( const KSocketBase *  obj = 0L  ) 

Constructor.

Definition at line 46 of file ksockssocketdevice.cpp.

KSocksSocketDevice::KSocksSocketDevice ( int  fd  )  [explicit]

Construct from a file descriptor.

Definition at line 53 of file ksockssocketdevice.cpp.

KSocksSocketDevice::~KSocksSocketDevice (  )  [virtual]

Destructor.

Definition at line 60 of file ksockssocketdevice.cpp.


Member Function Documentation

int KSocksSocketDevice::capabilities (  )  const [virtual]

Sets our capabilities.

Reimplemented from KNetwork::KSocketDevice.

Definition at line 65 of file ksockssocketdevice.cpp.

bool KSocksSocketDevice::bind ( const KResolverEntry &  address  )  [virtual]

Overrides binding.

Reimplemented from KNetwork::KSocketDevice.

Definition at line 73 of file ksockssocketdevice.cpp.

bool KSocksSocketDevice::listen ( int  backlog  )  [virtual]

Overrides listening.

Reimplemented from KNetwork::KSocketDevice.

Definition at line 97 of file ksockssocketdevice.cpp.

bool KSocksSocketDevice::connect ( const KResolverEntry &  address  )  [virtual]

Overrides connection.

Reimplemented from KNetwork::KSocketDevice.

Definition at line 119 of file ksockssocketdevice.cpp.

KSocksSocketDevice * KSocksSocketDevice::accept (  )  [virtual]

Overrides accepting.

The return type is specialised.

Reimplemented from KNetwork::KSocketDevice.

Definition at line 169 of file ksockssocketdevice.cpp.

Q_LONG KSocksSocketDevice::readBlock ( char *  data,
Q_ULONG  maxlen 
) [virtual]

Overrides reading.

Reimplemented from KNetwork::KSocketDevice.

Definition at line 217 of file ksockssocketdevice.cpp.

Q_LONG KSocksSocketDevice::readBlock ( char *  data,
Q_ULONG  maxlen,
KSocketAddress &  from 
) [virtual]

Reads data and the source address from this socket.

Reimplemented from KNetwork::KSocketDevice.

Definition at line 238 of file ksockssocketdevice.cpp.

Q_LONG KSocksSocketDevice::peekBlock ( char *  data,
Q_ULONG  maxlen 
) [virtual]

Overrides peeking.

Reimplemented from KNetwork::KSocketDevice.

Definition at line 259 of file ksockssocketdevice.cpp.

Q_LONG KSocksSocketDevice::peekBlock ( char *  data,
Q_ULONG  maxlen,
KSocketAddress &  from 
) [virtual]

Peeks the data in the socket and the source address.

Reimplemented from KNetwork::KSocketDevice.

Definition at line 280 of file ksockssocketdevice.cpp.

Q_LONG KSocksSocketDevice::writeBlock ( const char *  data,
Q_ULONG  len 
) [virtual]

Overrides writing.

Reimplemented from KNetwork::KSocketDevice.

Definition at line 301 of file ksockssocketdevice.cpp.

Q_LONG KSocksSocketDevice::writeBlock ( const char *  data,
Q_ULONG  len,
const KSocketAddress &  to 
) [virtual]

Writes the given data to the given destination address.

Reimplemented from KNetwork::KSocketDevice.

Definition at line 306 of file ksockssocketdevice.cpp.

KSocketAddress KSocksSocketDevice::localAddress (  )  const [virtual]

Overrides getting socket address.

Reimplemented from KNetwork::KSocketDevice.

Definition at line 328 of file ksockssocketdevice.cpp.

KSocketAddress KSocksSocketDevice::peerAddress (  )  const [virtual]

Overrides getting peer address.

Reimplemented from KNetwork::KSocketDevice.

Definition at line 357 of file ksockssocketdevice.cpp.

KSocketAddress KSocksSocketDevice::externalAddress (  )  const [virtual]

Overrides getting external address.

Reimplemented from KNetwork::KSocketDevice.

Definition at line 386 of file ksockssocketdevice.cpp.

bool KSocksSocketDevice::poll ( bool *  input,
bool *  output,
bool *  exception = 0L,
int  timeout = -1,
bool *  timedout = 0L 
) [virtual]

Overrides polling.

Reimplemented from KNetwork::KSocketDevice.

Definition at line 392 of file ksockssocketdevice.cpp.


The documentation for this class was generated from the following files:
  • ksockssocketdevice.h
  • ksockssocketdevice.cpp

kdecore

Skip menu "kdecore"
  • Main Page
  • Modules
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

@topname@

Skip menu "@topname@"
  •     kdnssd-avahi
  • arts
  • dcop
  • dnssd
  • interfaces
  •     interface
  •     library
  •   kspeech
  •   ktexteditor
  • kabc
  • kate
  • kcmshell
  • kdecore
  • kded
  • kdefx
  • kdeprint
  • kdesu
  • kdeui
  • kdoctools
  • khtml
  • kimgio
  • kinit
  • kio
  •   bookmarks
  •   httpfilter
  •   kfile
  •   kio
  •   kioexec
  •   kpasswdserver
  •   kssl
  • kioslave
  •   http
  • kjs
  • kmdi
  •   kmdi
  • knewstuff
  • kparts
  • kresources
  • kspell2
  • kunittest
  • kutils
  • kwallet
  • libkmid
  • libkscreensaver
Generated for @topname@ by doxygen 1.5.5
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal