Available on crate feature
api-11 only.Expand description
C interface for the WebSocket client module of NetworkKit netstack.
Functions§
- OH_
WebSocket ⚠Client_ AddHeader - Adds the header information to the client request.
- OH_
WebSocket ⚠Client_ Close - Closes a webSocket connection.
- OH_
WebSocket ⚠Client_ Connect - Connects the client to the server.
- OH_
WebSocket ⚠Client_ Constructor - Constructor of websocket.
- OH_
WebSocket ⚠Client_ Destroy - Releases the context and resources of the websocket connection.
- OH_
WebSocket ⚠Client_ Send - Sends data from the client to the server.