Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/CppServer
/ functions
Functions
1,436 in github.com/chronoxor/CppServer
⨍
Functions
1,436
◇
Types & classes
193
Method
onSend
examples/proto_server.cpp:72
Method
onSend
Protocol implementation
examples/proto_server.cpp:93
Method
onSent
performance/https_trace_client.cpp:48
Method
onSent
performance/wss_echo_client.cpp:75
Method
onSent
performance/http_trace_client.cpp:48
Method
onSent
performance/proto_client.cpp:67
Method
onSent
performance/tcp_echo_client.cpp:49
Method
onSent
performance/ws_echo_client.cpp:75
Method
onSent
performance/udp_echo_server.cpp:41
Method
onSent
performance/ssl_echo_client.cpp:49
Method
onSent
tests/test_udp.cpp:68
Method
onSent
examples/udp_echo_server.cpp:36
Method
onSent
Handle buffer sent notification ! Notification is called when another part of buffer was sent to the client. This handler cou
include/server/asio/ssl_session.h:227
Method
onSent
Handle buffer sent notification ! Notification is called when another part of buffer was sent to the client. This handler cou
include/server/asio/tcp_session.h:219
Method
onSent
Handle datagram sent notification ! Notification is called when a datagram was sent to the client. This handler could be used to send
include/server/asio/udp_server.h:334
Method
onSent
Handle buffer sent notification ! Notification is called when another part of buffer was sent to the server. This handler cou
include/server/asio/ssl_client.h:321
Method
onSent
Handle buffer sent notification ! Notification is called when another part of buffer was sent to the server. This handler cou
include/server/asio/tcp_client.h:307
Method
onSent
Handle datagram sent notification ! Notification is called when a datagram was sent to the server. This handler could be used to send
include/server/asio/udp_client.h:394
Method
onStarted
performance/udp_echo_server.cpp:22
Method
onStarted
tests/test_ssl.cpp:28
Method
onStarted
tests/test_ssl.cpp:108
Method
onStarted
tests/test_tcp.cpp:28
Method
onStarted
tests/test_tcp.cpp:84
Method
onStarted
tests/test_ws.cpp:29
Method
onStarted
tests/test_ws.cpp:98
Method
onStarted
tests/test_proto.cpp:30
Method
onStarted
tests/test_proto.cpp:102
Method
onStarted
tests/test_udp.cpp:28
Method
onStarted
tests/test_udp.cpp:65
Method
onStarted
tests/test_wss.cpp:29
Method
onStarted
tests/test_wss.cpp:118
Method
onStarted
tests/test_udp_multicast.cpp:28
Method
onStarted
tests/test_udp_multicast.cpp:65
Method
onStarted
examples/udp_echo_server.cpp:21
Method
onStarted
Handle server started notification
include/server/asio/ssl_server.h:192
Method
onStarted
Handle server started notification
include/server/asio/tcp_server.h:186
Method
onStarted
Handle server started notification
include/server/asio/udp_server.h:310
Method
onStarted
Handle service started notification
include/server/asio/service.h:147
Method
onStopped
tests/test_ssl.cpp:29
Method
onStopped
tests/test_ssl.cpp:109
Method
onStopped
tests/test_tcp.cpp:29
Method
onStopped
tests/test_tcp.cpp:85
Method
onStopped
tests/test_ws.cpp:30
Method
onStopped
tests/test_ws.cpp:99
Method
onStopped
tests/test_proto.cpp:31
Method
onStopped
tests/test_proto.cpp:103
Method
onStopped
tests/test_udp.cpp:29
Method
onStopped
tests/test_udp.cpp:66
Method
onStopped
tests/test_wss.cpp:30
Method
onStopped
tests/test_wss.cpp:119
Method
onStopped
tests/test_udp_multicast.cpp:29
Method
onStopped
tests/test_udp_multicast.cpp:66
Method
onStopped
Handle server stopped notification
include/server/asio/ssl_server.h:194
Method
onStopped
Handle server stopped notification
include/server/asio/tcp_server.h:188
Method
onStopped
Handle server stopped notification
include/server/asio/udp_server.h:312
Method
onStopped
Handle service stopped notification
include/server/asio/service.h:149
Method
onThreadCleanup
tests/test_ssl.cpp:27
Method
onThreadCleanup
tests/test_tcp.cpp:27
Method
onThreadCleanup
tests/test_proto.cpp:29
Method
onThreadCleanup
tests/test_udp.cpp:27
Method
onThreadCleanup
tests/test_wss.cpp:28
Method
onThreadCleanup
tests/test_udp_multicast.cpp:27
Method
onThreadCleanup
Cleanup thread handler ! This handler can be used to cleanup priority or affinity of the service thread. */
include/server/asio/service.h:144
Method
onThreadInitialize
tests/test_ssl.cpp:26
Method
onThreadInitialize
tests/test_tcp.cpp:26
Method
onThreadInitialize
tests/test_proto.cpp:28
Method
onThreadInitialize
tests/test_udp.cpp:26
Method
onThreadInitialize
tests/test_wss.cpp:27
Method
onThreadInitialize
tests/test_udp_multicast.cpp:26
Method
onThreadInitialize
Initialize thread handler ! This handler can be used to initialize priority or affinity of the service thread. */
include/server/asio/service.h:139
Method
onTimer
tests/test_timer.cpp:21
Method
onTimer
examples/asio_timer.cpp:22
Method
onTimer
Handle timer notification
include/server/asio/timer.h:140
Method
onWSClose
Handle WebSocket close notification
include/server/ws/wss_session.h:100
Method
onWSClose
Handle WebSocket close notification
include/server/ws/ws_session.h:100
Method
onWSClose
Handle WebSocket client close notification ! \param buffer - Received buffer \param size - Received buffer size \param status
include/server/ws/ws.h:149
Method
onWSClose
Handle WebSocket close notification
include/server/ws/ws_client.h:108
Method
onWSClose
Handle WebSocket close notification
include/server/ws/wss_client.h:108
Method
onWSConnected
performance/wss_echo_client.cpp:56
Method
onWSConnected
performance/ws_echo_client.cpp:56
Method
onWSConnected
tests/test_ws.cpp:60
Method
onWSConnected
tests/test_ws.cpp:78
Method
onWSConnected
tests/test_wss.cpp:70
Method
onWSConnected
tests/test_wss.cpp:88
Method
onWSConnected
examples/wss_chat_client.cpp:43
Method
onWSConnected
examples/ws_chat_client.cpp:43
Method
onWSConnected
examples/wss_chat_server.cpp:21
Method
onWSConnected
examples/ws_chat_server.cpp:21
Method
onWSConnected
Handle WebSocket client connected notification ! \param response - WebSocket upgrade HTTP response */
include/server/ws/ws.h:112
Method
onWSConnecting
performance/wss_echo_client.cpp:44
Method
onWSConnecting
performance/ws_echo_client.cpp:44
Method
onWSConnecting
performance/wss_multicast_client.cpp:36
Method
onWSConnecting
performance/ws_multicast_client.cpp:36
Method
onWSConnecting
tests/test_ws.cpp:49
Method
onWSConnecting
tests/test_wss.cpp:59
Method
onWSConnecting
examples/wss_chat_client.cpp:31
Method
onWSConnecting
examples/ws_chat_client.cpp:31
Method
onWSConnecting
Handle WebSocket client connecting notification ! Notification is called when WebSocket client is connecting to the server. You can ha
include/server/ws/ws.h:107
Method
onWSDisconnected
tests/test_ws.cpp:61
Method
onWSDisconnected
tests/test_ws.cpp:79
← previous
next →
1,101–1,200 of 1,436, ranked by callers