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
MulticastText
WebSocket multicast text methods
include/server/ws/wss_server.h:50
Method
PerformClientUpgrade
source/server/ws/ws.cpp:26
Method
PerformServerUpgrade
source/server/ws/ws.cpp:103
Method
PrepareReceiveFrame
source/server/ws/ws.cpp:275
Method
PrepareSendFrame
source/server/ws/ws.cpp:214
Method
ProtoClient
performance/proto_client.cpp:36
Method
Proxy
proto/simple_protocol.h:111
Method
Receive
source/server/asio/ssl_client.cpp:852
Method
Receive
source/server/asio/tcp_client.cpp:686
Method
Receive
source/server/asio/udp_client.cpp:675
Method
Receive
source/server/asio/udp_server.cpp:428
Method
Receive
source/server/asio/tcp_session.cpp:315
Method
Receive
source/server/asio/ssl_session.cpp:372
Method
ReceiveAsync
source/server/asio/ssl_client.cpp:964
Method
ReceiveAsync
source/server/asio/tcp_client.cpp:798
Method
ReceiveAsync
source/server/asio/udp_client.cpp:783
Method
ReceiveAsync
source/server/asio/udp_server.cpp:530
Method
ReceiveAsync
source/server/asio/tcp_session.cpp:429
Method
ReceiveAsync
source/server/asio/ssl_session.cpp:486
Method
ReceiveBinary
source/server/ws/ws_client.cpp:200
Method
ReceiveBinary
source/server/ws/wss_session.cpp:164
Method
ReceiveBinary
source/server/ws/ws_session.cpp:164
Method
ReceiveBinary
source/server/ws/wss_client.cpp:200
Method
ReceiveBody
source/server/http/http_response.cpp:588
Method
ReceiveHeader
source/server/http/http_response.cpp:423
Method
ReceiveText
source/server/ws/ws_client.cpp:138
Method
ReceiveText
source/server/ws/wss_session.cpp:102
Method
ReceiveText
source/server/ws/ws_session.cpp:102
Method
ReceiveText
source/server/ws/wss_client.cpp:138
Method
Receiver
proto/simple_protocol.h:72
Method
Receiver
proto/fbe_protocol.h:75
Method
Reconnect
source/server/asio/ssl_client.cpp:370
Method
Reconnect
source/server/asio/tcp_client.cpp:291
Method
Reconnect
source/server/asio/udp_client.cpp:275
Method
ReconnectAsync
source/server/asio/tcp_client.cpp:525
Method
ReconnectAsync
source/server/asio/udp_client.cpp:418
Method
RegisterSession
source/server/asio/tcp_server.cpp:294
Method
RegisterSession
source/server/asio/ssl_server.cpp:309
Method
RemoveStaticContent
Remove static content cache ! \param path - Static content path */
include/server/http/https_server.h:56
Method
RemoveStaticContent
Remove static content cache ! \param path - Static content path */
include/server/http/http_server.h:56
Method
RequiredReceiveFrameSize
source/server/ws/ws.cpp:460
Method
ResetServer
source/server/asio/ssl_session.cpp:644
Method
Restart
source/server/asio/udp_server.cpp:226
Method
Restart
source/server/asio/tcp_server.cpp:186
Method
Restart
source/server/asio/ssl_server.cpp:201
Method
SSLClient
source/server/asio/ssl_client.cpp:14
Method
SSLClient
include/server/asio/ssl_client.h:56
Method
SSLContext
include/server/asio/ssl_context.h:28
Method
SSLServer
source/server/asio/ssl_server.cpp:14
Method
SSLServer
include/server/asio/ssl_server.h:59
Method
SSLSession
source/server/asio/ssl_session.cpp:15
Method
SSLSession
include/server/asio/ssl_session.h:37
Method
Send
source/server/asio/tcp_client.cpp:536
Method
Send
source/server/asio/udp_client.cpp:485
Method
Send
source/server/asio/udp_server.cpp:255
Method
Send
source/server/asio/tcp_session.cpp:163
Method
Send
source/server/asio/ssl_session.cpp:220
Method
Send
Send text to the client (synchronous) ! \param text - Text to send \return Size of sent text */
include/server/asio/ssl_session.h:97
Method
Send
Send text to the client (synchronous) ! \param text - Text to send \return Size of sent text */
include/server/asio/tcp_session.h:93
Method
Send
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
Method
Send
Send text to the server (synchronous) ! \param text - Text to send \return Size of sent text */
include/server/asio/ssl_client.h:175
Method
Send
Send text to the server (synchronous) ! \param text - Text to send \return Size of sent text */
include/server/asio/tcp_client.h:165
Method
Send
Send text to the connected server (synchronous) ! \param text - Text to send \return Size of sent datagram */
include/server/asio/udp_client.h:187
Method
SendAsync
performance/ssl_multicast_server.cpp:26
Method
SendAsync
performance/tcp_multicast_server.cpp:26
Method
SendAsync
source/server/asio/tcp_client.cpp:634
Method
SendAsync
source/server/asio/udp_client.cpp:597
Method
SendAsync
source/server/asio/udp_server.cpp:349
Method
SendAsync
source/server/asio/tcp_session.cpp:263
Method
SendAsync
source/server/asio/ssl_session.cpp:320
Method
SendAsync
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
Method
SendAsync
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
Method
SendAsync
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
Method
SendAsync
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
Method
SendAsync
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
Method
SendAsync
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
Method
SendBinary
WebSocket send binary methods
include/server/ws/wss_session.h:54
Method
SendBinary
WebSocket send binary methods
include/server/ws/ws_session.h:54
Method
SendBinary
WebSocket send binary methods
include/server/ws/ws_client.h:61
Method
SendBinary
WebSocket send binary methods
include/server/ws/wss_client.h:61
Method
SendBinaryAsync
include/server/ws/wss_session.h:58
Method
SendBinaryAsync
include/server/ws/ws_session.h:58
Method
SendBinaryAsync
include/server/ws/ws_client.h:65
Method
SendBinaryAsync
include/server/ws/wss_client.h:65
Method
SendClose
WebSocket close methods
include/server/ws/wss_session.h:62
Method
SendClose
WebSocket close methods
include/server/ws/ws_session.h:62
Method
SendClose
WebSocket close methods
include/server/ws/ws_client.h:69
Method
SendClose
WebSocket close methods
include/server/ws/wss_client.h:69
Method
SendCloseAsync
include/server/ws/wss_session.h:66
Method
SendCloseAsync
include/server/ws/ws_session.h:66
Method
SendCloseAsync
include/server/ws/ws_client.h:73
Method
SendCloseAsync
include/server/ws/wss_client.h:73
Method
SendDeleteRequest
Send DELETE request ! \param url - URL to request \param timeout - HTTP request timeout \return HTTP request future */
include/server/http/https_client.h:241
Method
SendError
source/server/asio/ssl_client.cpp:1120
Method
SendError
source/server/asio/tcp_client.cpp:954
Method
SendError
source/server/asio/udp_client.cpp:851
Method
SendError
source/server/asio/udp_server.cpp:604
Method
SendError
source/server/asio/tcp_session.cpp:593
Method
SendError
source/server/asio/tcp_server.cpp:321
Method
SendError
source/server/asio/timer.cpp:232
← previous
next →
301–400 of 1,436, ranked by callers