MCPcopy Create free account

hub / github.com/chronoxor/CppServer / functions

Functions1,436 in github.com/chronoxor/CppServer

MethodCreateSession
tests/test_ws.cpp:95
MethodCreateSession
tests/test_proto.cpp:99
MethodCreateSession
tests/test_wss.cpp:115
MethodCreateSession
tests/test_https.cpp:187
MethodCreateSession
tests/test_http.cpp:177
MethodCreateSession
examples/https_server.cpp:178
MethodCreateSession
examples/http_server.cpp:178
MethodCreateSession
examples/wss_chat_server.cpp:60
MethodCreateSession
examples/tcp_chat_server.cpp:60
MethodCreateSession
examples/ws_chat_server.cpp:60
MethodCreateSession
examples/proto_server.cpp:81
MethodCreateSession
examples/ssl_chat_server.cpp:65
MethodCreateSession
include/server/http/https_server.h:64
MethodCreateSession
include/server/http/http_server.h:64
MethodCreateSession
Create SSL session factory method ! \param server - SSL server \return SSL session */
include/server/asio/ssl_server.h:188
MethodCreateSession
Create TCP session factory method ! \param server - TCP server \return TCP session */
include/server/asio/tcp_server.h:182
MethodCreateSession
include/server/ws/wss_server.h:62
MethodCreateSession
include/server/ws/ws_server.h:62
MethodDisconnect
source/server/asio/ssl_session.cpp:135
MethodDisconnect
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
MethodDisconnect
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
MethodDisconnect
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
MethodDisconnect
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
MethodDisconnect
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
MethodDisconnectAll
source/server/asio/ssl_server.cpp:274
MethodDisconnectAsync
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
MethodDisconnectAsync
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
MethodDisconnectAsync
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
MethodDisconnectInternal
source/server/asio/ssl_client.cpp:335
MethodDisconnectInternal
source/server/asio/tcp_client.cpp:262
MethodDisconnectInternal
source/server/asio/udp_client.cpp:247
MethodDisconnectInternalAsync
source/server/asio/ssl_client.cpp:649
MethodDisconnectInternalAsync
source/server/asio/tcp_client.cpp:494
MethodDisconnectInternalAsync
source/server/asio/udp_client.cpp:387
MethodDisconnectRequest
proto/simple.h:253
MethodDisconnectRequest
proto/simple.cpp:176
MethodDisconnectRequestModel
proto/simple_models.h:458
MethodEchoClient
performance/wss_echo_client.cpp:35
MethodEchoClient
performance/tcp_echo_client.cpp:34
MethodEchoClient
performance/ws_echo_client.cpp:35
MethodEchoClient
performance/udp_echo_client.cpp:34
MethodEchoClient
performance/ssl_echo_client.cpp:34
MethodFBEBuffer
proto/fbe.h:574
MethodFastConvert
source/server/http/http_request.cpp:598
MethodFastConvert
source/server/http/http_response.cpp:629
MethodFieldModel
proto/simple_models.cpp:12
MethodFieldModel
proto/fbe_models.h:91
MethodFieldModel
proto/fbe_models.h:127
MethodFieldModel
proto/fbe_models.h:159
MethodFieldModel
proto/fbe_models.h:212
MethodFieldModel
proto/fbe_models.h:263
MethodFieldModelArray
proto/fbe_models.h:316
MethodFieldModelBase
proto/fbe_models.h:27
MethodFieldModelMap
proto/fbe_models.h:426
MethodFieldModelVector
proto/fbe_models.h:374
MethodFindSession
source/server/asio/tcp_server.cpp:285
MethodFindSession
source/server/asio/ssl_server.cpp:300
MethodFlags
proto/fbe.h:365
MethodHTTPClient
include/server/http/http_client.h:36
MethodHTTPRequest
Initialize an empty HTTP request
include/server/http/http_request.h:37
MethodHTTPResponse
Initialize an empty HTTP response
include/server/http/http_response.h:40
MethodHTTPSClient
include/server/http/https_client.h:36
MethodHTTPSServer
include/server/http/https_server.h:34
MethodHTTPSSession
source/server/http/https_session.cpp:15
MethodHTTPSSession
include/server/http/https_session.h:33
MethodHTTPSTraceClient
performance/https_trace_client.cpp:33
MethodHTTPServer
include/server/http/http_server.h:34
MethodHTTPSession
source/server/http/http_session.cpp:15
MethodHTTPSession
include/server/http/http_session.h:33
MethodHTTPTraceClient
performance/http_trace_client.cpp:33
MethodHandlerAllocator
Initialize allocator with a given memory storage ! \param storage - Memory storage */
include/server/asio/memory.h:89
MethodHandlerStorage
include/server/asio/memory.h:29
MethodInitWSNonce
source/server/ws/ws.cpp:21
MethodIsConnected
Is the session connected?
include/server/asio/ssl_session.h:75
MethodIsConnected
Is the session connected?
include/server/asio/tcp_session.h:73
MethodIsConnected
Is the client connected?
include/server/asio/tcp_client.h:101
MethodIsConnected
Is the client connected?
include/server/asio/udp_client.h:107
MethodIsHandshaked
Is the session handshaked?
include/server/asio/ssl_session.h:77
MethodIsPendingBody
source/server/http/http_response.cpp:418
MethodIsPendingHeader
source/server/http/http_response.cpp:413
MethodIsStarted
Is the server started?
include/server/asio/ssl_server.h:106
MethodIsStarted
Is the server started?
include/server/asio/tcp_server.h:100
MethodIsStarted
Is the server started?
include/server/asio/udp_server.h:99
MethodJoinMulticastGroupAsync
source/server/asio/udp_client.cpp:457
MethodLeaveMulticastGroupAsync
source/server/asio/udp_client.cpp:471
MethodModel
proto/fbe.h:634
MethodMulticast
source/server/asio/udp_server.cpp:237
MethodMulticast
source/server/asio/tcp_server.cpp:238
MethodMulticast
source/server/asio/ssl_server.cpp:253
MethodMulticast
source/server/ws/wss_server.cpp:36
MethodMulticast
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
MethodMulticast
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
MethodMulticast
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
MethodMulticastAsync
source/server/asio/udp_server.cpp:249
MethodMulticastAsync
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
MethodMulticastBinary
WebSocket multicast binary methods
include/server/ws/wss_server.h:54
MethodMulticastClient
performance/udp_multicast_client.cpp:32
MethodMulticastClient
examples/udp_multicast_client.cpp:20
MethodMulticastPing
WebSocket multicast ping methods
include/server/ws/wss_server.h:58
MethodMulticastPing
WebSocket multicast ping methods
include/server/ws/ws_server.h:58
← previousnext →201–300 of 1,436, ranked by callers