wxWidgets provides its own classes for socket based networking.
Related macros/global-functions group: Network, User and OS
クラス | |
class | wxProtocolLog |
Class allowing to log network operations performed by wxProtocol. 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 |
このクラスは出力ストリームを実装しており、接続されたソケットへデータを書き込みます。More... | |
class | wxSocketInputStream |
このクラスは入力ストリームを実装しており、接続されたソケットからデータを読み込みます。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 |
このイベントクラスはソケットイベントに関する情報を含んでいます。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... |