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
onError
tests/test_ssl.cpp:31
Method
onError
tests/test_ssl.cpp:61
Method
onError
tests/test_ssl.cpp:80
Method
onError
tests/test_ssl.cpp:113
Method
onError
tests/test_tcp.cpp:31
Method
onError
tests/test_tcp.cpp:50
Method
onError
tests/test_tcp.cpp:67
Method
onError
tests/test_tcp.cpp:88
Method
onError
tests/test_ws.cpp:32
Method
onError
tests/test_ws.cpp:63
Method
onError
tests/test_ws.cpp:81
Method
onError
tests/test_ws.cpp:102
Method
onError
tests/test_proto.cpp:33
Method
onError
tests/test_proto.cpp:55
Method
onError
tests/test_proto.cpp:73
Method
onError
tests/test_proto.cpp:107
Method
onError
tests/test_timer.cpp:29
Method
onError
tests/test_udp.cpp:31
Method
onError
tests/test_udp.cpp:51
Method
onError
tests/test_udp.cpp:69
Method
onError
tests/test_wss.cpp:32
Method
onError
tests/test_wss.cpp:73
Method
onError
tests/test_wss.cpp:91
Method
onError
tests/test_wss.cpp:122
Method
onError
tests/test_udp_multicast.cpp:31
Method
onError
tests/test_udp_multicast.cpp:51
Method
onError
tests/test_udp_multicast.cpp:67
Method
onError
tests/test_https.cpp:164
Method
onError
tests/test_https.cpp:193
Method
onError
tests/test_http.cpp:164
Method
onError
tests/test_http.cpp:183
Method
onError
examples/udp_multicast_server.cpp:21
Method
onError
examples/ssl_chat_client.cpp:58
Method
onError
examples/wss_chat_client.cpp:70
Method
onError
examples/proto_client.cpp:57
Method
onError
examples/asio_service.h:17
Method
onError
examples/https_server.cpp:166
Method
onError
examples/https_server.cpp:184
Method
onError
examples/udp_multicast_client.cpp:66
Method
onError
examples/ws_chat_client.cpp:70
Method
onError
examples/http_server.cpp:166
Method
onError
examples/http_server.cpp:184
Method
onError
examples/wss_chat_server.cpp:48
Method
onError
examples/wss_chat_server.cpp:66
Method
onError
examples/tcp_chat_server.cpp:48
Method
onError
examples/tcp_chat_server.cpp:66
Method
onError
examples/ws_chat_server.cpp:48
Method
onError
examples/ws_chat_server.cpp:66
Method
onError
examples/asio_timer.cpp:27
Method
onError
examples/udp_echo_client.cpp:59
Method
onError
examples/proto_server.cpp:38
Method
onError
examples/proto_server.cpp:87
Method
onError
examples/udp_echo_server.cpp:42
Method
onError
examples/tcp_chat_client.cpp:53
Method
onError
examples/ssl_chat_server.cpp:53
Method
onError
examples/ssl_chat_server.cpp:71
Method
onError
Handle error notification ! \param error - Error code \param category - Error category \param message - Error message */
include/server/asio/ssl_session.h:244
Method
onError
Handle error notification ! \param error - Error code \param category - Error category \param message - Error message */
include/server/asio/ssl_server.h:218
Method
onError
Handle error notification ! \param error - Error code \param category - Error category \param message - Error message */
include/server/asio/tcp_server.h:207
Method
onError
Handle error notification ! \param error - Error code \param category - Error category \param message - Error message */
include/server/asio/timer.h:148
Method
onError
Handle error notification ! \param error - Error code \param category - Error category \param message - Error message */
include/server/asio/tcp_session.h:236
Method
onError
Handle error notification ! \param error - Error code \param category - Error category \param message - Error message */
include/server/asio/udp_server.h:342
Method
onError
Handle error notification ! \param error - Error code \param category - Error category \param message - Error message */
include/server/asio/ssl_client.h:338
Method
onError
Handle error notification ! \param error - Error code \param category - Error category \param message - Error message */
include/server/asio/tcp_client.h:324
Method
onError
Handle error notification ! \param error - Error code \param category - Error category \param message - Error message */
include/server/asio/udp_client.h:402
Method
onError
Handle error notification ! \param error - Error code \param category - Error category \param message - Error message */
include/server/asio/service.h:160
Method
onHandshaked
performance/https_trace_client.cpp:42
Method
onHandshaked
performance/ssl_echo_client.cpp:43
Method
onHandshaked
source/server/http/https_client.cpp:122
Method
onHandshaked
tests/test_ssl.cpp:59
Method
onHandshaked
tests/test_ssl.cpp:77
Method
onHandshaked
tests/test_ssl.cpp:111
Method
onHandshaked
examples/ssl_chat_client.cpp:36
Method
onHandshaked
examples/ssl_chat_server.cpp:26
Method
onHandshaked
Handle session handshaked notification
include/server/asio/ssl_session.h:201
Method
onHandshaked
Handle session handshaked notification ! \param session - Handshaked session */
include/server/asio/ssl_server.h:205
Method
onHandshaked
Handle session handshaked notification
include/server/asio/ssl_client.h:295
Method
onHandshaking
Handle session handshaking notification
include/server/asio/ssl_session.h:199
Method
onHandshaking
Handle session handshaking notification
include/server/asio/ssl_client.h:293
Method
onIdle
tests/test_ssl.cpp:30
Method
onIdle
tests/test_tcp.cpp:30
Method
onIdle
tests/test_proto.cpp:32
Method
onIdle
tests/test_udp.cpp:30
Method
onIdle
tests/test_wss.cpp:31
Method
onIdle
tests/test_udp_multicast.cpp:30
Method
onIdle
Handle service idle notification
include/server/asio/service.h:152
Method
onJoinedMulticastGroup
Handle client joined multicast group notification ! \param address - Multicast group address */
include/server/asio/udp_client.h:367
Method
onLeftMulticastGroup
Handle client left multicast group notification ! \param address - Multicast group address */
include/server/asio/udp_client.h:372
Method
onProxy
Proxy handlers
proto/simple_protocol.h:121
Method
onReceive
Receive handlers
proto/simple_protocol.h:82
Method
onReceive
proto/simple_protocol.h:184
Method
onReceive
proto/simple_protocol.cpp:109
Method
onReceive
Protocol handlers
performance/proto_client.cpp:89
Method
onReceive
Protocol handlers
performance/proto_server.cpp:31
Method
onReceive
Protocol handlers
tests/test_proto.cpp:77
Method
onReceive
Protocol handlers
examples/proto_client.cpp:63
Method
onReceive
Protocol handlers
examples/proto_server.cpp:44
Method
onReceiveNotify
proto/simple_protocol.h:178
Method
onReceiveReject
proto/simple_protocol.h:173
Method
onReceiveReject
proto/simple_protocol.cpp:355
← previous
next →
901–1,000 of 1,436, ranked by callers