CommandParser

Created by pedro on 13/4/22.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun getSessionId(command: Command): String
Link copied to clipboard
fun loadServerPorts(command: Command, protocol: Protocol, audioClientPorts: IntArray, videoClientPorts: IntArray, audioServerPorts: IntArray, videoServerPorts: IntArray): Boolean
Link copied to clipboard
fun parseCommand(commandText: String): Command

Command send by pusher/player

Link copied to clipboard
fun parseResponse(method: Method, responseText: String): Command

Response received after send a command