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
CreateSession
tests/test_ws.cpp:95
Method
CreateSession
tests/test_proto.cpp:99
Method
CreateSession
tests/test_wss.cpp:115
Method
CreateSession
tests/test_https.cpp:187
Method
CreateSession
tests/test_http.cpp:177
Method
CreateSession
examples/https_server.cpp:178
Method
CreateSession
examples/http_server.cpp:178
Method
CreateSession
examples/wss_chat_server.cpp:60
Method
CreateSession
examples/tcp_chat_server.cpp:60
Method
CreateSession
examples/ws_chat_server.cpp:60
Method
CreateSession
examples/proto_server.cpp:81
Method
CreateSession
examples/ssl_chat_server.cpp:65
Method
CreateSession
include/server/http/https_server.h:64
Method
CreateSession
include/server/http/http_server.h:64
Method
CreateSession
Create SSL session factory method ! \param server - SSL server \return SSL session */
include/server/asio/ssl_server.h:188
Method
CreateSession
Create TCP session factory method ! \param server - TCP server \return TCP session */
include/server/asio/tcp_server.h:182
Method
CreateSession
include/server/ws/wss_server.h:62
Method
CreateSession
include/server/ws/ws_server.h:62
Method
Disconnect
source/server/asio/ssl_session.cpp:135
Method
Disconnect
Disconnect the session ! \return 'true' if the section was successfully disconnected, 'false' if the section is already disconnected */
include/server/asio/ssl_session.h:83
Method
Disconnect
Disconnect the session ! \return 'true' if the section was successfully disconnected, 'false' if the section is already disconnected */
include/server/asio/tcp_session.h:79
Method
Disconnect
Disconnect the client (synchronous) ! \return 'true' if the client was successfully disconnected, 'false' if the client is already disconnecte
include/server/asio/ssl_client.h:134
Method
Disconnect
Disconnect the client (synchronous) ! \return 'true' if the client was successfully disconnected, 'false' if the client is already disconnecte
include/server/asio/tcp_client.h:124
Method
Disconnect
Disconnect the client (synchronous) ! \return 'true' if the client was successfully disconnected, 'false' if the client is already disconnecte
include/server/asio/udp_client.h:124
Method
DisconnectAll
source/server/asio/ssl_server.cpp:274
Method
DisconnectAsync
Disconnect the client (asynchronous) ! \return 'true' if the client was successfully disconnected, 'false' if the client is already disconnect
include/server/asio/ssl_client.h:156
Method
DisconnectAsync
Disconnect the client (asynchronous) ! \return 'true' if the client was successfully disconnected, 'false' if the client is already disconnect
include/server/asio/tcp_client.h:146
Method
DisconnectAsync
Disconnect the client (asynchronous) ! \return 'true' if the client was successfully disconnected, 'false' if the client is already disconnect
include/server/asio/udp_client.h:146
Method
DisconnectInternal
source/server/asio/ssl_client.cpp:335
Method
DisconnectInternal
source/server/asio/tcp_client.cpp:262
Method
DisconnectInternal
source/server/asio/udp_client.cpp:247
Method
DisconnectInternalAsync
source/server/asio/ssl_client.cpp:649
Method
DisconnectInternalAsync
source/server/asio/tcp_client.cpp:494
Method
DisconnectInternalAsync
source/server/asio/udp_client.cpp:387
Method
DisconnectRequest
proto/simple.h:253
Method
DisconnectRequest
proto/simple.cpp:176
Method
DisconnectRequestModel
proto/simple_models.h:458
Method
EchoClient
performance/wss_echo_client.cpp:35
Method
EchoClient
performance/tcp_echo_client.cpp:34
Method
EchoClient
performance/ws_echo_client.cpp:35
Method
EchoClient
performance/udp_echo_client.cpp:34
Method
EchoClient
performance/ssl_echo_client.cpp:34
Method
FBEBuffer
proto/fbe.h:574
Method
FastConvert
source/server/http/http_request.cpp:598
Method
FastConvert
source/server/http/http_response.cpp:629
Method
FieldModel
proto/simple_models.cpp:12
Method
FieldModel
proto/fbe_models.h:91
Method
FieldModel
proto/fbe_models.h:127
Method
FieldModel
proto/fbe_models.h:159
Method
FieldModel
proto/fbe_models.h:212
Method
FieldModel
proto/fbe_models.h:263
Method
FieldModelArray
proto/fbe_models.h:316
Method
FieldModelBase
proto/fbe_models.h:27
Method
FieldModelMap
proto/fbe_models.h:426
Method
FieldModelVector
proto/fbe_models.h:374
Method
FindSession
source/server/asio/tcp_server.cpp:285
Method
FindSession
source/server/asio/ssl_server.cpp:300
Method
Flags
proto/fbe.h:365
Method
HTTPClient
include/server/http/http_client.h:36
Method
HTTPRequest
Initialize an empty HTTP request
include/server/http/http_request.h:37
Method
HTTPResponse
Initialize an empty HTTP response
include/server/http/http_response.h:40
Method
HTTPSClient
include/server/http/https_client.h:36
Method
HTTPSServer
include/server/http/https_server.h:34
Method
HTTPSSession
source/server/http/https_session.cpp:15
Method
HTTPSSession
include/server/http/https_session.h:33
Method
HTTPSTraceClient
performance/https_trace_client.cpp:33
Method
HTTPServer
include/server/http/http_server.h:34
Method
HTTPSession
source/server/http/http_session.cpp:15
Method
HTTPSession
include/server/http/http_session.h:33
Method
HTTPTraceClient
performance/http_trace_client.cpp:33
Method
HandlerAllocator
Initialize allocator with a given memory storage ! \param storage - Memory storage */
include/server/asio/memory.h:89
Method
HandlerStorage
include/server/asio/memory.h:29
Method
InitWSNonce
source/server/ws/ws.cpp:21
Method
IsConnected
Is the session connected?
include/server/asio/ssl_session.h:75
Method
IsConnected
Is the session connected?
include/server/asio/tcp_session.h:73
Method
IsConnected
Is the client connected?
include/server/asio/tcp_client.h:101
Method
IsConnected
Is the client connected?
include/server/asio/udp_client.h:107
Method
IsHandshaked
Is the session handshaked?
include/server/asio/ssl_session.h:77
Method
IsPendingBody
source/server/http/http_response.cpp:418
Method
IsPendingHeader
source/server/http/http_response.cpp:413
Method
IsStarted
Is the server started?
include/server/asio/ssl_server.h:106
Method
IsStarted
Is the server started?
include/server/asio/tcp_server.h:100
Method
IsStarted
Is the server started?
include/server/asio/udp_server.h:99
Method
JoinMulticastGroupAsync
source/server/asio/udp_client.cpp:457
Method
LeaveMulticastGroupAsync
source/server/asio/udp_client.cpp:471
Method
Model
proto/fbe.h:634
Method
Multicast
source/server/asio/udp_server.cpp:237
Method
Multicast
source/server/asio/tcp_server.cpp:238
Method
Multicast
source/server/asio/ssl_server.cpp:253
Method
Multicast
source/server/ws/wss_server.cpp:36
Method
Multicast
Multicast text to all connected sessions ! \param text - Text to multicast \return 'true' if the text was successfully multicast, 'fal
include/server/asio/ssl_server.h:136
Method
Multicast
Multicast text to all connected sessions ! \param text - Text to multicast \return 'true' if the text was successfully multicast, 'fal
include/server/asio/tcp_server.h:130
Method
Multicast
Multicast text to the prepared mulicast endpoint (synchronous) ! \param text - Text to multicast \return Size of multicasted datagram
include/server/asio/udp_server.h:144
Method
MulticastAsync
source/server/asio/udp_server.cpp:249
Method
MulticastAsync
Multicast text to the prepared mulicast endpoint (asynchronous) ! \param text - Text to multicast \return 'true' if the text was succe
include/server/asio/udp_server.h:174
Method
MulticastBinary
WebSocket multicast binary methods
include/server/ws/wss_server.h:54
Method
MulticastClient
performance/udp_multicast_client.cpp:32
Method
MulticastClient
examples/udp_multicast_client.cpp:20
Method
MulticastPing
WebSocket multicast ping methods
include/server/ws/wss_server.h:58
Method
MulticastPing
WebSocket multicast ping methods
include/server/ws/ws_server.h:58
← previous
next →
201–300 of 1,436, ranked by callers