Go to the source code of this file.
Namespaces | |
| namespace | scim |
Classes | |
| class | scim::SocketError |
| An exception class to hold Socket related errors. More... | |
| class | scim::SocketAddress |
| The class to hold a socket address. More... | |
| class | scim::Socket |
| Socket communication class. More... | |
| class | scim::SocketServer |
| Socket Server class. More... | |
| class | scim::SocketClient |
| Socket client class. More... | |
Typedefs | |
| typedef Slot2< void, SocketServer *, const Socket & > | SocketServerSlotSocket |
| typedef Signal2< void, SocketServer *, const Socket & > | SocketServerSignalSocket |
Enumerations | |
| enum | SocketFamily { SCIM_SOCKET_UNKNOWN, SCIM_SOCKET_LOCAL, SCIM_SOCKET_INET } |
| The vaild socket address/protocol family,. More... | |
Functions | |
| String | scim_get_default_socket_frontend_address () |
| Get the default socket address of SocketFrontEnd. | |
| String | scim_get_default_socket_imengine_address () |
| Get the default socket address of SocketIMEngine. | |
| String | scim_get_default_socket_config_address () |
| Get the default socket address of SocketConfig. | |
| String | scim_get_default_panel_socket_address () |
| Get the default socket address of the Panel running on localhost. | |
| int | scim_get_default_socket_timeout () |
| Get the default socket timeout value. | |
Definition in file scim_socket.h.
1.3.8