Connect to WebSocket

Report a typo

Arrange the lines of the code below in the correct sequence.

Mind the indentation rules.

Reorder lines using drag or arrows. Adjust indentation with left buttons
                .url("ws://192.168.0.1:5000")
              
                )
              
                Request.Builder()
              
                .build(),
              
                MyWebSocketListener()
              
                client.newWebSocket(
              
___

Create a free account to access the full topic