Version: 3.2.5

Detailed Description

wxWidgets provides its own classes for socket based networking.

Related macros/global-functions group: Network, User and OS

Classes

class  wxProtocolLog
 Class allowing to log network operations performed by wxProtocol. More...
 
class  wxWebCredentials
 Simple class containing the username and password to use for authenticating. More...
 
class  wxWebResponse
 A wxWebResponse allows access to the response sent by the server. More...
 
class  wxDialUpManager
 This class encapsulates functions dealing with verifying the connection status of the workstation (connected to the Internet via a direct connection, connected through a modem or not connected at all) and to establish this connection if possible/required (i.e. More...
 
class  wxFTP
 wxFTP can be used to establish a connection to an FTP server and perform all the usual operations. More...
 
class  wxHTTP
 wxHTTP can be used to establish a connection to an HTTP server. More...
 
class  wxProtocol
 Represents a protocol for use with wxURL. More...
 
class  wxTCPServer
 A wxTCPServer object represents the server part of a client-server conversation. More...
 
class  wxTCPClient
 A wxTCPClient object represents the client part of a client-server conversation. More...
 
class  wxTCPConnection
 A wxTCPClient object represents the connection between a client and a server. More...
 
class  wxSocketOutputStream
 This class implements an output stream which writes data from a connected socket. More...
 
class  wxSocketInputStream
 This class implements an input stream which reads data from a connected socket. More...
 
class  wxIPaddress
 wxIPaddress is an abstract base class for all internet protocol address objects. More...
 
class  wxIPV4address
 A class for working with IPv4 network addresses. More...
 
class  wxSocketServer
 
class  wxSocketClient
 
class  wxSockAddress
 You are unlikely to need to use this class: only wxSocketBase uses it. More...
 
class  wxSocketEvent
 This event class contains information about socket events. More...
 
class  wxSocketBase
 wxSocketBase is the base class for all socket-related objects, and it defines all basic IO functionality. More...
 
class  wxDatagramSocket
 
class  wxURI
 wxURI is used to extract information from a URI (Uniform Resource Identifier). More...
 
class  wxURL
 wxURL is a specialization of wxURI for parsing URLs. More...
 
class  wxWebRequest
 This class allows for simple HTTP requests using the operating system's components as implementation. More...
 
class  wxWebSession
 Session allows creating wxWebRequest objects used for the actual HTTP requests. More...
 
class  wxWebRequestEvent
 A web request event sent during or after server communication. More...