MCPcopy Create free account

hub / github.com/chronoxor/CppServer / functions

Functions1,436 in github.com/chronoxor/CppServer

MethodSendError
source/server/asio/ssl_server.cpp:336
MethodSendError
source/server/asio/ssl_session.cpp:650
MethodSendGetRequest
Send GET request ! \param url - URL to request \param timeout - HTTP request timeout \return HTTP request future */
include/server/http/https_client.h:215
MethodSendHeadRequest
Send HEAD request ! \param url - URL to request \param timeout - HTTP request timeout \return HTTP request future */
include/server/http/https_client.h:207
MethodSendMessage
performance/https_trace_client.cpp:39
MethodSendMessage
performance/wss_echo_client.cpp:41
MethodSendMessage
performance/http_trace_client.cpp:39
MethodSendMessage
performance/proto_client.cpp:42
MethodSendMessage
performance/tcp_echo_client.cpp:40
MethodSendMessage
performance/ws_echo_client.cpp:41
MethodSendMessage
performance/udp_echo_client.cpp:40
MethodSendMessage
performance/ssl_echo_client.cpp:40
MethodSendOptionsRequest
Send OPTIONS request ! \param url - URL to request \param timeout - HTTP request timeout \return HTTP request future */
include/server/http/https_client.h:249
MethodSendPing
WebSocket ping methods
include/server/ws/wss_session.h:70
MethodSendPing
WebSocket ping methods
include/server/ws/ws_session.h:70
MethodSendPing
WebSocket ping methods
include/server/ws/ws_client.h:77
MethodSendPing
WebSocket ping methods
include/server/ws/wss_client.h:77
MethodSendPingAsync
include/server/ws/wss_session.h:74
MethodSendPingAsync
include/server/ws/ws_session.h:74
MethodSendPingAsync
include/server/ws/ws_client.h:81
MethodSendPingAsync
include/server/ws/wss_client.h:81
MethodSendPong
WebSocket pong methods
include/server/ws/wss_session.h:78
MethodSendPong
WebSocket pong methods
include/server/ws/ws_session.h:78
MethodSendPong
WebSocket pong methods
include/server/ws/ws_client.h:85
MethodSendPong
WebSocket pong methods
include/server/ws/wss_client.h:85
MethodSendPongAsync
include/server/ws/wss_session.h:82
MethodSendPongAsync
include/server/ws/ws_session.h:82
MethodSendPongAsync
include/server/ws/ws_client.h:89
MethodSendPongAsync
include/server/ws/wss_client.h:89
MethodSendPostRequest
Send POST request ! \param url - URL to request \param content - Content \param timeout - HTTP request timeout \return
include/server/http/https_client.h:224
MethodSendPutRequest
Send PUT request ! \param url - URL to request \param content - Content \param timeout - HTTP request timeout \return
include/server/http/https_client.h:233
MethodSendRequest
source/server/http/http_client.cpp:63
MethodSendRequest
source/server/http/https_client.cpp:63
MethodSendRequest
Send the current HTTP request (synchronous) ! \return Size of sent data */
include/server/http/http_client.h:51
MethodSendRequest
Send HTTP request ! \param timeout - HTTP request timeout \return HTTP request future */
include/server/http/http_client.h:192
MethodSendRequest
Send the current HTTP request (synchronous) ! \return Size of sent data */
include/server/http/https_client.h:51
MethodSendRequest
Send HTTP request ! \param timeout - HTTP request timeout \return HTTP request future */
include/server/http/https_client.h:192
MethodSendRequestAsync
Send the current HTTP request (asynchronous) ! \return 'true' if the current HTTP request was successfully sent, 'false' if the client is not
include/server/http/http_client.h:107
MethodSendRequestAsync
Send the current HTTP request (asynchronous) ! \return 'true' if the current HTTP request was successfully sent, 'false' if the client is not
include/server/http/https_client.h:107
MethodSendRequestBody
Send the HTTP request body (synchronous) ! \param body - HTTP request body \return Size of sent data */
include/server/http/http_client.h:64
MethodSendRequestBody
Send the HTTP request body (synchronous) ! \param body - HTTP request body \return Size of sent data */
include/server/http/https_client.h:64
MethodSendRequestBodyAsync
Send the HTTP request body (asynchronous) ! \param body - HTTP request body \return 'true' if the current HTTP request was successfull
include/server/http/http_client.h:120
MethodSendRequestBodyAsync
Send the HTTP request body (asynchronous) ! \param body - HTTP request body \return 'true' if the current HTTP request was successfull
include/server/http/https_client.h:120
MethodSendResponse
Send the current HTTP response (synchronous) ! \return Size of sent data */
include/server/http/http_session.h:52
MethodSendResponse
Send the current HTTP response (synchronous) ! \return Size of sent data */
include/server/http/https_session.h:52
MethodSendResponse
WebSocket send response
include/server/ws/wss_session.h:108
MethodSendResponse
WebSocket send response
include/server/ws/ws_session.h:108
MethodSendResponse
Send WebSocket server upgrade response ! \param response - WebSocket upgrade HTTP response */
include/server/ws/ws.h:204
MethodSendResponse
WebSocket clients cannot send response
include/server/ws/ws_client.h:119
MethodSendResponse
WebSocket clients cannot send response
include/server/ws/wss_client.h:119
MethodSendResponseAsync
Send the current HTTP response (asynchronous) ! \return 'true' if the current HTTP response was successfully sent, 'false' if the session is n
include/server/http/http_session.h:108
MethodSendResponseAsync
Send the current HTTP response (asynchronous) ! \return 'true' if the current HTTP response was successfully sent, 'false' if the session is n
include/server/http/https_session.h:108
MethodSendResponseBody
Send the HTTP response body (synchronous) ! \param body - HTTP response body \return Size of sent data */
include/server/http/http_session.h:65
MethodSendResponseBody
Send the HTTP response body (synchronous) ! \param body - HTTP response body \return Size of sent data */
include/server/http/https_session.h:65
MethodSendResponseBodyAsync
Send the HTTP response body (asynchronous) ! \param body - HTTP response body \return 'true' if the current HTTP response was successf
include/server/http/http_session.h:121
MethodSendResponseBodyAsync
Send the HTTP response body (asynchronous) ! \param body - HTTP response body \return 'true' if the current HTTP response was successf
include/server/http/https_session.h:121
MethodSendText
WebSocket send text methods
include/server/ws/wss_session.h:46
MethodSendText
WebSocket send text methods
include/server/ws/ws_session.h:46
MethodSendText
WebSocket send text methods
include/server/ws/ws_client.h:53
MethodSendText
WebSocket send text methods
include/server/ws/wss_client.h:53
MethodSendTextAsync
include/server/ws/wss_session.h:50
MethodSendTextAsync
include/server/ws/ws_session.h:50
MethodSendTextAsync
include/server/ws/wss_client.h:57
MethodSendTimer
source/server/asio/timer.cpp:241
MethodSendTraceRequest
Send TRACE request ! \param url - URL to request \param timeout - HTTP request timeout \return HTTP request future */
include/server/http/https_client.h:257
MethodSender
proto/simple_protocol.h:39
MethodSender
proto/fbe_protocol.h:26
MethodService
source/server/asio/service.cpp:16
MethodService
include/server/asio/service.h:68
MethodServiceThread
source/server/asio/service.cpp:163
MethodSetPromiseError
source/server/http/http_client.cpp:165
MethodSetPromiseError
source/server/http/https_client.cpp:165
MethodSetPromiseValue
source/server/http/http_client.cpp:159
MethodSetPromiseValue
source/server/http/https_client.cpp:159
MethodSetupKeepAlive
Setup option: keep alive ! This option will setup SO_KEEPALIVE if the OS support this feature. \param enable - Enable/disable option
include/server/asio/ssl_server.h:157
MethodSetupKeepAlive
Setup option: keep alive ! This option will setup SO_KEEPALIVE if the OS support this feature. \param enable - Enable/disable option
include/server/asio/tcp_server.h:151
MethodSetupKeepAlive
Setup option: keep alive ! This option will setup SO_KEEPALIVE if the OS support this feature. \param enable - Enable/disable option
include/server/asio/ssl_client.h:246
MethodSetupKeepAlive
Setup option: keep alive ! This option will setup SO_KEEPALIVE if the OS support this feature. \param enable - Enable/disable option
include/server/asio/tcp_client.h:236
MethodSetupNoDelay
Setup option: no delay ! This option will enable/disable Nagle's algorithm for TCP protocol. https://en.wikipedia.org/wiki/Nagle%27s_
include/server/asio/ssl_server.h:166
MethodSetupNoDelay
Setup option: no delay ! This option will enable/disable Nagle's algorithm for TCP protocol. https://en.wikipedia.org/wiki/Nagle%27s_
include/server/asio/tcp_server.h:160
MethodSetupNoDelay
Setup option: no delay ! This option will enable/disable Nagle's algorithm for TCP protocol. https://en.wikipedia.org/wiki/Nagle%27s_
include/server/asio/ssl_client.h:255
MethodSetupNoDelay
Setup option: no delay ! This option will enable/disable Nagle's algorithm for TCP protocol. https://en.wikipedia.org/wiki/Nagle%27s_
include/server/asio/tcp_client.h:245
MethodSetupReceiveBufferLimit
Setup option: receive buffer limit ! The session will be disconnected if the receive buffer limit is met. Default is unlimited.
include/server/asio/ssl_session.h:169
MethodSetupReceiveBufferLimit
Setup option: receive buffer limit ! The session will be disconnected if the receive buffer limit is met. Default is unlimited.
include/server/asio/tcp_session.h:165
MethodSetupReceiveBufferLimit
Setup option: receive buffer limit ! The receive operation will fail if the receive buffer limit is met. Default is unlimited.
include/server/asio/udp_server.h:284
MethodSetupReceiveBufferLimit
Setup option: receive buffer limit ! The client will be disconnected if the receive buffer limit is met. Default is unlimited.
include/server/asio/ssl_client.h:263
MethodSetupReceiveBufferLimit
Setup option: receive buffer limit ! The client will be disconnected if the receive buffer limit is met. Default is unlimited.
include/server/asio/tcp_client.h:253
MethodSetupReceiveBufferLimit
Setup option: receive buffer limit ! The client will be disconnected if the receive buffer limit is met. Default is unlimited.
include/server/asio/udp_client.h:329
MethodSetupReceiveBufferSize
source/server/asio/ssl_client.cpp:136
MethodSetupReceiveBufferSize
source/server/asio/tcp_client.cpp:111
MethodSetupReceiveBufferSize
source/server/asio/udp_client.cpp:111
MethodSetupReceiveBufferSize
source/server/asio/udp_server.cpp:115
MethodSetupReceiveBufferSize
source/server/asio/tcp_session.cpp:47
MethodSetupReceiveBufferSize
source/server/asio/ssl_session.cpp:48
MethodSetupReuseAddress
Setup option: reuse address ! This option will enable/disable SO_REUSEADDR if the OS support this feature. \param enable - Enable/dis
include/server/asio/tcp_server.h:167
MethodSetupReuseAddress
Setup option: reuse address ! This option will enable/disable SO_REUSEADDR if the OS support this feature. \param enable - Enable/dis
include/server/asio/udp_server.h:269
MethodSetupReuseAddress
Setup option: reuse address ! This option will enable/disable SO_REUSEADDR if the OS support this feature. \param enable - Enable/dis
include/server/asio/udp_client.h:309
MethodSetupReusePort
Setup option: reuse port ! This option will enable/disable SO_REUSEPORT if the OS support this feature. \param enable - Enable/disabl
include/server/asio/tcp_server.h:174
MethodSetupReusePort
Setup option: reuse port ! This option will enable/disable SO_REUSEPORT if the OS support this feature. \param enable - Enable/disabl
include/server/asio/udp_server.h:276
MethodSetupReusePort
Setup option: reuse port ! This option will enable/disable SO_REUSEPORT if the OS support this feature. \param enable - Enable/disabl
include/server/asio/udp_client.h:316
← previousnext →401–500 of 1,436, ranked by callers