Searched refs:wsUrl (Results 1 – 2 of 2) sorted by relevance
155 FX_BOOL FX_IsRelativePath(const CFX_WideStringC& wsUrl) { in FX_IsRelativePath() argument156 int32_t iUrlLen = wsUrl.GetLength(); in FX_IsRelativePath()161 if (wsUrl.GetAt(i) == ':') { in FX_IsRelativePath()
86 public void connect(final String wsUrl, final String postUrl) { in connect() argument92 wsServerUrl = wsUrl; in connect()96 Log.d(TAG, "Connecting WebSocket to: " + wsUrl + ". Post URL: " + postUrl); in connect()