![]() |
Jetson Inference
DNN Vision Library
|
This is the complete list of members for WebRTCServer, including all inherited members.
| AddRoute(const char *path, HttpListener callback, void *user_data=NULL, uint32_t flags=0) | WebRTCServer | |
| AddRoute(const char *path, WebsocketListener callback, void *user_data=NULL, uint32_t flags=0) | WebRTCServer | |
| Create(uint16_t port=WEBRTC_DEFAULT_PORT, const char *stun_server=WEBRTC_DEFAULT_STUN_SERVER, const char *ssl_cert=NULL, const char *ssl_key=NULL, bool threaded=true) | WebRTCServer | static |
| findHttpRoute(const char *path) const | WebRTCServer | protected |
| findWebsocketRoute(const char *path) const | WebRTCServer | protected |
| freeRoute(HttpRoute *route) | WebRTCServer | protected |
| freeRoute(WebsocketRoute *route) | WebRTCServer | protected |
| GetSTUNServer() const | WebRTCServer | inline |
| HasHTTPS() const | WebRTCServer | inline |
| HttpListener typedef | WebRTCServer | |
| init() | WebRTCServer | protected |
| IsThreaded() const | WebRTCServer | inline |
| mHasHTTPS | WebRTCServer | protected |
| mHttpRoutes | WebRTCServer | protected |
| mPeerCount | WebRTCServer | protected |
| mPort | WebRTCServer | protected |
| mRefCount | WebRTCServer | protected |
| mSoupServer | WebRTCServer | protected |
| mSSLCertFile | WebRTCServer | protected |
| mSSLKeyFile | WebRTCServer | protected |
| mStunServer | WebRTCServer | protected |
| mThread | WebRTCServer | protected |
| mWebsocketRoutes | WebRTCServer | protected |
| onHttpDefault(SoupServer *soup_server, SoupMessage *message, const char *path, GHashTable *query, SoupClientContext *client_context, void *user_data) | WebRTCServer | protectedstatic |
| onHttpRequest(SoupServer *soup_server, SoupMessage *message, const char *path, GHashTable *query, SoupClientContext *client_context, void *user_data) | WebRTCServer | protectedstatic |
| onWebsocketClosed(SoupWebsocketConnection *connection, void *user_data) | WebRTCServer | protectedstatic |
| onWebsocketMessage(SoupWebsocketConnection *connection, SoupWebsocketDataType data_type, GBytes *message, void *user_data) | WebRTCServer | protectedstatic |
| onWebsocketOpened(SoupServer *server, SoupWebsocketConnection *connection, const char *path, SoupClientContext *client_context, void *user_data) | WebRTCServer | protectedstatic |
| printRouteInfo(WebsocketRoute *route) const | WebRTCServer | protected |
| ProcessRequests(bool blocking=false) | WebRTCServer | |
| Release() | WebRTCServer | |
| runThread(void *user_data) | WebRTCServer | protectedstatic |
| WebRTCServer(uint16_t port, const char *stun_server, const char *ssl_cert_file, const char *ssl_key_file, bool threaded) | WebRTCServer | protected |
| WebsocketListener typedef | WebRTCServer | |
| ~WebRTCServer() | WebRTCServer | protected |