• Skip to content
  • Skip to link menu
KDE 4.2 API Reference
  • KDE API Reference
  • kdenetwork
  • Sitemap
  • Contact Us
 

kget

net Namespace Reference


Classes

class  Address
 
Author:
Joris Guisson <joris.guisson@gmail.com>
More...
class  BufferedSocket
 
Author:
Joris Guisson <joris.guisson@gmail.com>
More...
class  DownloadThread
 
Author:
Joris Guisson <joris.guisson@gmail.com>
More...
class  NetworkThread
 
Author:
Joris Guisson <joris.guisson@gmail.com>
More...
struct  Port
class  PortList
 
Author:
Joris Guisson <joris.guisson@gmail.com>
More...
class  PortListener
 Listener class for the PortList. More...
class  Socket
 
Author:
Joris Guisson <joris.guisson@gmail.com>
More...
class  SocketGroup
 
Author:
Joris Guisson <joris.guisson@gmail.com>
More...
class  SocketMonitor
 
Author:
Joris Guisson <joris.guisson@gmail.com>
More...
class  SocketReader
class  SocketWriter
class  Socks
 
Author:
Joris Guisson
More...
class  SocksResolver
 Throw away object which resolves the socks server hostname This will commit suicide when it is done. More...
class  Speed
 
Author:
Joris Guisson <joris.guisson@gmail.com>
More...
class  UploadThread
 
Author:
Joris Guisson <joris.guisson@gmail.com>
More...

Enumerations

enum  Protocol { TCP, UDP }

Variables

static Uint8 input_buffer [OUTPUT_BUFFER_SIZE]
const Uint8 SOCKS_ADDR_TYPE_DOMAIN = 3
const Uint8 SOCKS_ADDR_TYPE_IPV4 = 1
const Uint8 SOCKS_ADDR_TYPE_IPV6 = 4
const Uint8 SOCKS_AUTH_METHOD_GSSAPI = 0x01
const Uint8 SOCKS_AUTH_METHOD_NONE = 0x00
const Uint8 SOCKS_AUTH_METHOD_USERNAME_PASSWORD = 0x02
const Uint8 SOCKS_CMD_BIND = 2
const Uint8 SOCKS_CMD_CONNECT = 1
const Uint8 SOCKS_CMD_UDP_ASSOCIATE = 3
const Uint8 SOCKS_REPLY_ADDR_TYPE_NOT_SUPPORTED = 8
const Uint8 SOCKS_REPLY_CMD_NOT_SUPPORTED = 7
const Uint8 SOCKS_REPLY_CONNECTION_REFUSED = 5
const Uint8 SOCKS_REPLY_HOST_UNREACHABLE = 4
const Uint8 SOCKS_REPLY_NETWORK_UNREACHABLE = 3
const Uint8 SOCKS_REPLY_NOT_ALLOWED = 2
const Uint8 SOCKS_REPLY_OK = 0
const Uint8 SOCKS_REPLY_SERVER_FAILURE = 1
const Uint8 SOCKS_REPLY_TTL_EXPIRED = 6
static bool socks_server_addr_resolved = false
static Address socks_server_addr_v4
static Address socks_server_addr_v6
const Uint8 SOCKS_V4_REPLY_FAILED = 0x5b
const Uint8 SOCKS_V4_REPLY_FAILED_2 = 0x5c
const Uint8 SOCKS_V4_REPLY_FAILED_3 = 0x5d
const Uint8 SOCKS_V4_REPLY_OK = 0x5a
const Uint8 SOCKS_VERSION_4 = 4
const Uint8 SOCKS_VERSION_5 = 5
const Uint64 SPEED_INTERVAL = 5000

Enumeration Type Documentation

enum net::Protocol

Enumerator:
TCP 
UDP 

Definition at line 29 of file portlist.h.


Variable Documentation

Uint8 net::input_buffer[OUTPUT_BUFFER_SIZE] [static]

Definition at line 82 of file bufferedsocket.cpp.

const Uint8 net::SOCKS_ADDR_TYPE_DOMAIN = 3

Definition at line 172 of file socks.cpp.

const Uint8 net::SOCKS_ADDR_TYPE_IPV4 = 1

Definition at line 171 of file socks.cpp.

const Uint8 net::SOCKS_ADDR_TYPE_IPV6 = 4

Definition at line 173 of file socks.cpp.

const Uint8 net::SOCKS_AUTH_METHOD_GSSAPI = 0x01

Definition at line 191 of file socks.cpp.

const Uint8 net::SOCKS_AUTH_METHOD_NONE = 0x00

Definition at line 190 of file socks.cpp.

const Uint8 net::SOCKS_AUTH_METHOD_USERNAME_PASSWORD = 0x02

Definition at line 192 of file socks.cpp.

const Uint8 net::SOCKS_CMD_BIND = 2

Definition at line 169 of file socks.cpp.

const Uint8 net::SOCKS_CMD_CONNECT = 1

Definition at line 168 of file socks.cpp.

const Uint8 net::SOCKS_CMD_UDP_ASSOCIATE = 3

Definition at line 170 of file socks.cpp.

const Uint8 net::SOCKS_REPLY_ADDR_TYPE_NOT_SUPPORTED = 8

Definition at line 183 of file socks.cpp.

const Uint8 net::SOCKS_REPLY_CMD_NOT_SUPPORTED = 7

Definition at line 182 of file socks.cpp.

const Uint8 net::SOCKS_REPLY_CONNECTION_REFUSED = 5

Definition at line 180 of file socks.cpp.

const Uint8 net::SOCKS_REPLY_HOST_UNREACHABLE = 4

Definition at line 179 of file socks.cpp.

const Uint8 net::SOCKS_REPLY_NETWORK_UNREACHABLE = 3

Definition at line 178 of file socks.cpp.

const Uint8 net::SOCKS_REPLY_NOT_ALLOWED = 2

Definition at line 177 of file socks.cpp.

const Uint8 net::SOCKS_REPLY_OK = 0

Definition at line 175 of file socks.cpp.

const Uint8 net::SOCKS_REPLY_SERVER_FAILURE = 1

Definition at line 176 of file socks.cpp.

const Uint8 net::SOCKS_REPLY_TTL_EXPIRED = 6

Definition at line 181 of file socks.cpp.

bool net::socks_server_addr_resolved = false [static]

Definition at line 44 of file socks.cpp.

Address net::socks_server_addr_v4 [static]

Definition at line 42 of file socks.cpp.

Address net::socks_server_addr_v6 [static]

Definition at line 43 of file socks.cpp.

const Uint8 net::SOCKS_V4_REPLY_FAILED = 0x5b

Definition at line 186 of file socks.cpp.

const Uint8 net::SOCKS_V4_REPLY_FAILED_2 = 0x5c

Definition at line 187 of file socks.cpp.

const Uint8 net::SOCKS_V4_REPLY_FAILED_3 = 0x5d

Definition at line 188 of file socks.cpp.

const Uint8 net::SOCKS_V4_REPLY_OK = 0x5a

Definition at line 185 of file socks.cpp.

const Uint8 net::SOCKS_VERSION_4 = 4

Definition at line 166 of file socks.cpp.

const Uint8 net::SOCKS_VERSION_5 = 5

Definition at line 167 of file socks.cpp.

const Uint64 net::SPEED_INTERVAL = 5000

Definition at line 29 of file speed.cpp.

kget

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

kdenetwork

Skip menu "kdenetwork"
  • kget
  • kopete
  •   kopete
  •   libkopete
  •       libpapillon
  • krfb
Generated for kdenetwork by doxygen 1.5.4
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