![]() |
NDEVR
API Documentation
|
WebSocket server implementation of NDEVRCommunicationLogic with optional SSL/TLS support. More...
Public Types | |
| enum | PrivateKeyAlgorithm { e_opaque , e_rsa , e_dsa , e_ec , e_dh } |
| Supported private key algorithms for SSL. More... | |
Static Public Attributes | |
| static ApplicationOption< String > | certificate_file |
| Path to the SSL certificate file. | |
| static ApplicationOption< uint02 > | default_port |
| Default listening port. | |
| static ApplicationOption< PrivateKeyAlgorithm > | key_algorithm |
| Algorithm used for the private key. | |
| static ApplicationOption< String > | key_file |
| Path to the SSL private key file. | |
| static ApplicationOption< TimeSpan > | service_time |
| Interval between send ticks. | |
| static ApplicationOption< bool > | use_ssl |
| Whether to enable SSL/TLS. | |
| static ApplicationOption< uint08 > | window_size |
| Default transmission window size. | |
WebSocket server implementation of NDEVRCommunicationLogic with optional SSL/TLS support.
Definition at line 17 of file AdaptiveWebServer.h.
Supported private key algorithms for SSL.
| Enumerator | |
|---|---|
| e_opaque | Opaque key type. |
| e_rsa | RSA algorithm. |
| e_dsa | DSA algorithm. |
| e_ec | Elliptic Curve algorithm. |
| e_dh | Diffie-Hellman algorithm. |
Definition at line 22 of file AdaptiveWebServer.h.