summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/transport_manager/docs/SDL.SDD.WebEngineSupport.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/transport_manager/docs/SDL.SDD.WebEngineSupport.dox b/src/components/transport_manager/docs/SDL.SDD.WebEngineSupport.dox
index 4653ae9d3e..77ab46e247 100644
--- a/src/components/transport_manager/docs/SDL.SDD.WebEngineSupport.dox
+++ b/src/components/transport_manager/docs/SDL.SDD.WebEngineSupport.dox
@@ -42,8 +42,8 @@ All aforementioned entities are part of transport_manager namespace
\anchor wes_design_solutions
### 2.1 Design solutions
-- Introducing extra layers to pass relevant websocket connection data between them
-- Utilizing boost::asio library to establish websocket connection
+- WebSocket server was implemented using several layers (e.g. WebSocketConnection, WebSocketSession, WebSocketSecureSession).
+- Utilizing boost::asio library to host a websocket server and establish websocket connections
- Utilizing asynchronous programming to make all server calls nonblocking
- CRTP and template specialization to facilitate code reuse.