MCPcopy Create free account

hub / github.com/chronoxor/CppServer / functions

Functions1,436 in github.com/chronoxor/CppServer

MethodonSend
examples/proto_server.cpp:72
MethodonSend
Protocol implementation
examples/proto_server.cpp:93
MethodonSent
performance/https_trace_client.cpp:48
MethodonSent
performance/wss_echo_client.cpp:75
MethodonSent
performance/http_trace_client.cpp:48
MethodonSent
performance/proto_client.cpp:67
MethodonSent
performance/tcp_echo_client.cpp:49
MethodonSent
performance/ws_echo_client.cpp:75
MethodonSent
performance/udp_echo_server.cpp:41
MethodonSent
performance/ssl_echo_client.cpp:49
MethodonSent
tests/test_udp.cpp:68
MethodonSent
examples/udp_echo_server.cpp:36
MethodonSent
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
MethodonSent
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
MethodonSent
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
MethodonSent
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
MethodonSent
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
MethodonSent
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
MethodonStarted
performance/udp_echo_server.cpp:22
MethodonStarted
tests/test_ssl.cpp:28
MethodonStarted
tests/test_ssl.cpp:108
MethodonStarted
tests/test_tcp.cpp:28
MethodonStarted
tests/test_tcp.cpp:84
MethodonStarted
tests/test_ws.cpp:29
MethodonStarted
tests/test_ws.cpp:98
MethodonStarted
tests/test_proto.cpp:30
MethodonStarted
tests/test_proto.cpp:102
MethodonStarted
tests/test_udp.cpp:28
MethodonStarted
tests/test_udp.cpp:65
MethodonStarted
tests/test_wss.cpp:29
MethodonStarted
tests/test_wss.cpp:118
MethodonStarted
tests/test_udp_multicast.cpp:28
MethodonStarted
tests/test_udp_multicast.cpp:65
MethodonStarted
examples/udp_echo_server.cpp:21
MethodonStarted
Handle server started notification
include/server/asio/ssl_server.h:192
MethodonStarted
Handle server started notification
include/server/asio/tcp_server.h:186
MethodonStarted
Handle server started notification
include/server/asio/udp_server.h:310
MethodonStarted
Handle service started notification
include/server/asio/service.h:147
MethodonStopped
tests/test_ssl.cpp:29
MethodonStopped
tests/test_ssl.cpp:109
MethodonStopped
tests/test_tcp.cpp:29
MethodonStopped
tests/test_tcp.cpp:85
MethodonStopped
tests/test_ws.cpp:30
MethodonStopped
tests/test_ws.cpp:99
MethodonStopped
tests/test_proto.cpp:31
MethodonStopped
tests/test_proto.cpp:103
MethodonStopped
tests/test_udp.cpp:29
MethodonStopped
tests/test_udp.cpp:66
MethodonStopped
tests/test_wss.cpp:30
MethodonStopped
tests/test_wss.cpp:119
MethodonStopped
tests/test_udp_multicast.cpp:29
MethodonStopped
tests/test_udp_multicast.cpp:66
MethodonStopped
Handle server stopped notification
include/server/asio/ssl_server.h:194
MethodonStopped
Handle server stopped notification
include/server/asio/tcp_server.h:188
MethodonStopped
Handle server stopped notification
include/server/asio/udp_server.h:312
MethodonStopped
Handle service stopped notification
include/server/asio/service.h:149
MethodonThreadCleanup
tests/test_ssl.cpp:27
MethodonThreadCleanup
tests/test_tcp.cpp:27
MethodonThreadCleanup
tests/test_proto.cpp:29
MethodonThreadCleanup
tests/test_udp.cpp:27
MethodonThreadCleanup
tests/test_wss.cpp:28
MethodonThreadCleanup
tests/test_udp_multicast.cpp:27
MethodonThreadCleanup
Cleanup thread handler ! This handler can be used to cleanup priority or affinity of the service thread. */
include/server/asio/service.h:144
MethodonThreadInitialize
tests/test_ssl.cpp:26
MethodonThreadInitialize
tests/test_tcp.cpp:26
MethodonThreadInitialize
tests/test_proto.cpp:28
MethodonThreadInitialize
tests/test_udp.cpp:26
MethodonThreadInitialize
tests/test_wss.cpp:27
MethodonThreadInitialize
tests/test_udp_multicast.cpp:26
MethodonThreadInitialize
Initialize thread handler ! This handler can be used to initialize priority or affinity of the service thread. */
include/server/asio/service.h:139
MethodonTimer
tests/test_timer.cpp:21
MethodonTimer
examples/asio_timer.cpp:22
MethodonTimer
Handle timer notification
include/server/asio/timer.h:140
MethodonWSClose
Handle WebSocket close notification
include/server/ws/wss_session.h:100
MethodonWSClose
Handle WebSocket close notification
include/server/ws/ws_session.h:100
MethodonWSClose
Handle WebSocket client close notification ! \param buffer - Received buffer \param size - Received buffer size \param status
include/server/ws/ws.h:149
MethodonWSClose
Handle WebSocket close notification
include/server/ws/ws_client.h:108
MethodonWSClose
Handle WebSocket close notification
include/server/ws/wss_client.h:108
MethodonWSConnected
performance/wss_echo_client.cpp:56
MethodonWSConnected
performance/ws_echo_client.cpp:56
MethodonWSConnected
tests/test_ws.cpp:60
MethodonWSConnected
tests/test_ws.cpp:78
MethodonWSConnected
tests/test_wss.cpp:70
MethodonWSConnected
tests/test_wss.cpp:88
MethodonWSConnected
examples/wss_chat_client.cpp:43
MethodonWSConnected
examples/ws_chat_client.cpp:43
MethodonWSConnected
examples/wss_chat_server.cpp:21
MethodonWSConnected
examples/ws_chat_server.cpp:21
MethodonWSConnected
Handle WebSocket client connected notification ! \param response - WebSocket upgrade HTTP response */
include/server/ws/ws.h:112
MethodonWSConnecting
performance/wss_echo_client.cpp:44
MethodonWSConnecting
performance/ws_echo_client.cpp:44
MethodonWSConnecting
performance/wss_multicast_client.cpp:36
MethodonWSConnecting
performance/ws_multicast_client.cpp:36
MethodonWSConnecting
tests/test_ws.cpp:49
MethodonWSConnecting
tests/test_wss.cpp:59
MethodonWSConnecting
examples/wss_chat_client.cpp:31
MethodonWSConnecting
examples/ws_chat_client.cpp:31
MethodonWSConnecting
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
MethodonWSDisconnected
tests/test_ws.cpp:61
MethodonWSDisconnected
tests/test_ws.cpp:79
← previousnext →1,101–1,200 of 1,436, ranked by callers