MCPcopy Create free account

hub / github.com/chronoxor/CppServer / functions

Functions1,436 in github.com/chronoxor/CppServer

MethodMulticastText
WebSocket multicast text methods
include/server/ws/wss_server.h:50
MethodPerformClientUpgrade
source/server/ws/ws.cpp:26
MethodPerformServerUpgrade
source/server/ws/ws.cpp:103
MethodPrepareReceiveFrame
source/server/ws/ws.cpp:275
MethodPrepareSendFrame
source/server/ws/ws.cpp:214
MethodProtoClient
performance/proto_client.cpp:36
MethodProxy
proto/simple_protocol.h:111
MethodReceive
source/server/asio/ssl_client.cpp:852
MethodReceive
source/server/asio/tcp_client.cpp:686
MethodReceive
source/server/asio/udp_client.cpp:675
MethodReceive
source/server/asio/udp_server.cpp:428
MethodReceive
source/server/asio/tcp_session.cpp:315
MethodReceive
source/server/asio/ssl_session.cpp:372
MethodReceiveAsync
source/server/asio/ssl_client.cpp:964
MethodReceiveAsync
source/server/asio/tcp_client.cpp:798
MethodReceiveAsync
source/server/asio/udp_client.cpp:783
MethodReceiveAsync
source/server/asio/udp_server.cpp:530
MethodReceiveAsync
source/server/asio/tcp_session.cpp:429
MethodReceiveAsync
source/server/asio/ssl_session.cpp:486
MethodReceiveBinary
source/server/ws/ws_client.cpp:200
MethodReceiveBinary
source/server/ws/wss_session.cpp:164
MethodReceiveBinary
source/server/ws/ws_session.cpp:164
MethodReceiveBinary
source/server/ws/wss_client.cpp:200
MethodReceiveBody
source/server/http/http_response.cpp:588
MethodReceiveHeader
source/server/http/http_response.cpp:423
MethodReceiveText
source/server/ws/ws_client.cpp:138
MethodReceiveText
source/server/ws/wss_session.cpp:102
MethodReceiveText
source/server/ws/ws_session.cpp:102
MethodReceiveText
source/server/ws/wss_client.cpp:138
MethodReceiver
proto/simple_protocol.h:72
MethodReceiver
proto/fbe_protocol.h:75
MethodReconnect
source/server/asio/ssl_client.cpp:370
MethodReconnect
source/server/asio/tcp_client.cpp:291
MethodReconnect
source/server/asio/udp_client.cpp:275
MethodReconnectAsync
source/server/asio/tcp_client.cpp:525
MethodReconnectAsync
source/server/asio/udp_client.cpp:418
MethodRegisterSession
source/server/asio/tcp_server.cpp:294
MethodRegisterSession
source/server/asio/ssl_server.cpp:309
MethodRemoveStaticContent
Remove static content cache ! \param path - Static content path */
include/server/http/https_server.h:56
MethodRemoveStaticContent
Remove static content cache ! \param path - Static content path */
include/server/http/http_server.h:56
MethodRequiredReceiveFrameSize
source/server/ws/ws.cpp:460
MethodResetServer
source/server/asio/ssl_session.cpp:644
MethodRestart
source/server/asio/udp_server.cpp:226
MethodRestart
source/server/asio/tcp_server.cpp:186
MethodRestart
source/server/asio/ssl_server.cpp:201
MethodSSLClient
source/server/asio/ssl_client.cpp:14
MethodSSLClient
include/server/asio/ssl_client.h:56
MethodSSLContext
include/server/asio/ssl_context.h:28
MethodSSLServer
source/server/asio/ssl_server.cpp:14
MethodSSLServer
include/server/asio/ssl_server.h:59
MethodSSLSession
source/server/asio/ssl_session.cpp:15
MethodSSLSession
include/server/asio/ssl_session.h:37
MethodSend
source/server/asio/tcp_client.cpp:536
MethodSend
source/server/asio/udp_client.cpp:485
MethodSend
source/server/asio/udp_server.cpp:255
MethodSend
source/server/asio/tcp_session.cpp:163
MethodSend
source/server/asio/ssl_session.cpp:220
MethodSend
Send text to the client (synchronous) ! \param text - Text to send \return Size of sent text */
include/server/asio/ssl_session.h:97
MethodSend
Send text to the client (synchronous) ! \param text - Text to send \return Size of sent text */
include/server/asio/tcp_session.h:93
MethodSend
Send text into the given endpoint (synchronous) ! \param endpoint - Endpoint to send \param text - Text to send \return Size o
include/server/asio/udp_server.h:190
MethodSend
Send text to the server (synchronous) ! \param text - Text to send \return Size of sent text */
include/server/asio/ssl_client.h:175
MethodSend
Send text to the server (synchronous) ! \param text - Text to send \return Size of sent text */
include/server/asio/tcp_client.h:165
MethodSend
Send text to the connected server (synchronous) ! \param text - Text to send \return Size of sent datagram */
include/server/asio/udp_client.h:187
MethodSendAsync
performance/ssl_multicast_server.cpp:26
MethodSendAsync
performance/tcp_multicast_server.cpp:26
MethodSendAsync
source/server/asio/tcp_client.cpp:634
MethodSendAsync
source/server/asio/udp_client.cpp:597
MethodSendAsync
source/server/asio/udp_server.cpp:349
MethodSendAsync
source/server/asio/tcp_session.cpp:263
MethodSendAsync
source/server/asio/ssl_session.cpp:320
MethodSendAsync
Send text to the client (asynchronous) ! \param text - Text to send \return 'true' if the text was successfully sent, 'false' if the s
include/server/asio/ssl_session.h:127
MethodSendAsync
Send text to the client (asynchronous) ! \param text - Text to send \return 'true' if the text was successfully sent, 'false' if the s
include/server/asio/tcp_session.h:123
MethodSendAsync
Send text into the given endpoint (asynchronous) ! \param endpoint - Endpoint to send \param text - Text to send \return 'true
include/server/asio/udp_server.h:224
MethodSendAsync
Send text to the server (asynchronous) ! \param text - Text to send \return 'true' if the text was successfully sent, 'false' if the c
include/server/asio/ssl_client.h:205
MethodSendAsync
Send text to the server (asynchronous) ! \param text - Text to send \return 'true' if the text was successfully sent, 'false' if the c
include/server/asio/tcp_client.h:195
MethodSendAsync
Send text to the connected server (asynchronous) ! \param text - Text to send \return 'true' if the text was successfully sent, 'false
include/server/asio/udp_client.h:249
MethodSendBinary
WebSocket send binary methods
include/server/ws/wss_session.h:54
MethodSendBinary
WebSocket send binary methods
include/server/ws/ws_session.h:54
MethodSendBinary
WebSocket send binary methods
include/server/ws/ws_client.h:61
MethodSendBinary
WebSocket send binary methods
include/server/ws/wss_client.h:61
MethodSendBinaryAsync
include/server/ws/wss_session.h:58
MethodSendBinaryAsync
include/server/ws/ws_session.h:58
MethodSendBinaryAsync
include/server/ws/ws_client.h:65
MethodSendBinaryAsync
include/server/ws/wss_client.h:65
MethodSendClose
WebSocket close methods
include/server/ws/wss_session.h:62
MethodSendClose
WebSocket close methods
include/server/ws/ws_session.h:62
MethodSendClose
WebSocket close methods
include/server/ws/ws_client.h:69
MethodSendClose
WebSocket close methods
include/server/ws/wss_client.h:69
MethodSendCloseAsync
include/server/ws/wss_session.h:66
MethodSendCloseAsync
include/server/ws/ws_session.h:66
MethodSendCloseAsync
include/server/ws/ws_client.h:73
MethodSendCloseAsync
include/server/ws/wss_client.h:73
MethodSendDeleteRequest
Send DELETE request ! \param url - URL to request \param timeout - HTTP request timeout \return HTTP request future */
include/server/http/https_client.h:241
MethodSendError
source/server/asio/ssl_client.cpp:1120
MethodSendError
source/server/asio/tcp_client.cpp:954
MethodSendError
source/server/asio/udp_client.cpp:851
MethodSendError
source/server/asio/udp_server.cpp:604
MethodSendError
source/server/asio/tcp_session.cpp:593
MethodSendError
source/server/asio/tcp_server.cpp:321
MethodSendError
source/server/asio/timer.cpp:232
← previousnext →301–400 of 1,436, ranked by callers