• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • tdecore
 

tdecore

  • KNetwork
  • KHttpProxySocketDevice
Public Member Functions | Static Public Attributes
KNetwork::KHttpProxySocketDevice Class Reference

#include <khttproxysocketdevice.h>

Inheritance diagram for KNetwork::KHttpProxySocketDevice:
KNetwork::TDESocketDevice

List of all members.

Public Member Functions

 KHttpProxySocketDevice (const TDESocketBase *=0L)
 KHttpProxySocketDevice (const KResolverEntry &proxy)
virtual ~KHttpProxySocketDevice ()
virtual int capabilities () const
const KResolverEntry & proxyServer () const
void setProxyServer (const KResolverEntry &proxy)
virtual void close ()
virtual bool connect (const KResolverEntry &address)
virtual bool connect (const TQString &name, const TQString &service)
virtual TDESocketAddress peerAddress () const
virtual TDESocketAddress externalAddress () const

Static Public Attributes

static KResolverEntry defaultProxy

Detailed Description

The low-level backend for HTTP proxying.

This class derives from TDESocketDevice and implements the necessary calls to make a connection through an HTTP proxy.

Author:
Thiago Macieira <thiago.macieira@kdemail.net>

Definition at line 43 of file khttpproxysocketdevice.h.


Constructor & Destructor Documentation

KHttpProxySocketDevice::KHttpProxySocketDevice ( const TDESocketBase *  parent = 0L)

Constructor.

Definition at line 55 of file khttpproxysocketdevice.cpp.

KHttpProxySocketDevice::KHttpProxySocketDevice ( const KResolverEntry &  proxy)

Constructor with proxy server's address.

Definition at line 60 of file khttpproxysocketdevice.cpp.

KHttpProxySocketDevice::~KHttpProxySocketDevice ( ) [virtual]

Destructor.

Definition at line 66 of file khttpproxysocketdevice.cpp.


Member Function Documentation

int KHttpProxySocketDevice::capabilities ( ) const [virtual]

Sets our capabilities.

Reimplemented from KNetwork::TDESocketDevice.

Definition at line 74 of file khttpproxysocketdevice.cpp.

void KHttpProxySocketDevice::close ( ) [virtual]

Closes the socket.

Reimplemented from KNetwork::TDESocketDevice.

Definition at line 90 of file khttpproxysocketdevice.cpp.

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

Overrides connection.

Reimplemented from KNetwork::TDESocketDevice.

Definition at line 109 of file khttpproxysocketdevice.cpp.

bool KHttpProxySocketDevice::connect ( const TQString &  name,
const TQString &  service 
) [virtual]

Name-based connection.

We can tell the HTTP proxy server the full name.

Definition at line 131 of file khttpproxysocketdevice.cpp.

TDESocketAddress KHttpProxySocketDevice::externalAddress ( ) const [virtual]

Return the externally visible address.

We can't tell what that address is, so this function always returns an empty object.

Reimplemented from KNetwork::TDESocketDevice.

Definition at line 104 of file khttpproxysocketdevice.cpp.

TDESocketAddress KHttpProxySocketDevice::peerAddress ( ) const [virtual]

Return the peer address.

Reimplemented from KNetwork::TDESocketDevice.

Definition at line 97 of file khttpproxysocketdevice.cpp.

const KResolverEntry & KHttpProxySocketDevice::proxyServer ( ) const

Retrieves the proxy server address.

Definition at line 80 of file khttpproxysocketdevice.cpp.

void KHttpProxySocketDevice::setProxyServer ( const KResolverEntry &  proxy)

Sets the proxy server address.

Definition at line 85 of file khttpproxysocketdevice.cpp.


Member Data Documentation

KResolverEntry KHttpProxySocketDevice::defaultProxy [static]

This is the default proxy server to be used.

Applications may want to set this value so that calling setProxyServer is unnecessary.

Definition at line 117 of file khttpproxysocketdevice.h.


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

tdecore

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

tdecore

Skip menu "tdecore"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdecore by doxygen 1.7.6.1
This website is maintained by Timothy Pearson.