Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Config

Открытые статические члены

static getServerVersion ()
 
static getDefaultCloudServer ()
 
static getServerAddress ()
 
static setServerAddress ($serverAddress)
 
static getRegisterUrl ()
 
static getPublishUrl ()
 
static getJsonRpcUrl ()
 
static getLongPollingUrl ()
 
static getWebSocketUrl ()
 
static getWebPublishUrl ()
 
static setSignatureKey ($signatureKey)
 
static getSignatureKey ()
 
static setRegistered ($isRegistered)
 
static isRegistered ()
 

Открытые атрибуты

const DEFAULT_SERVER = "https://rtc-cloud.bitrix.info"
 
const HOSTNAME_URL = "/hostname"
 
const SERVER_LIST_URL = "/servers"
 
const REGISTER_URL = "/register-client/"
 
const PUB_URL = "/pub/"
 
const SUB_URL = "/subws/"
 
const REST_URL = "/rest/"
 
const RPC_URL = "/api/"
 
const SERVER_ADDRESS = 'shared_server_address'
 
const SHARED_SERVER_KEY = 'shared_server_key'
 
const IS_REGISTERED_ON_SHARED_SERVER = 'registered_on_shared_server'
 
const CLOUD_SERVER_VERSION = 4
 

Подробное описание

См. определение в файле config.php строка 7

Методы

◆ getDefaultCloudServer()

static getDefaultCloudServer ( )
static

См. определение в файле config.php строка 28

◆ getJsonRpcUrl()

static getJsonRpcUrl ( )
static

Returns url for Json RPC.

Возвращает
string

См. определение в файле config.php строка 63

◆ getLongPollingUrl()

static getLongPollingUrl ( )
static

Returns url for receiving events with long polling transport.

Возвращает
string

См. определение в файле config.php строка 73

◆ getPublishUrl()

static getPublishUrl ( )
static

Returns url for publishing events.

Возвращает
string

См. определение в файле config.php строка 53

◆ getRegisterUrl()

static getRegisterUrl ( )
static

См. определение в файле config.php строка 43

◆ getServerAddress()

static getServerAddress ( )
static

См. определение в файле config.php строка 33

◆ getServerVersion()

static getServerVersion ( )
static

См. определение в файле config.php строка 23

◆ getSignatureKey()

static getSignatureKey ( )
static

См. определение в файле config.php строка 102

◆ getWebPublishUrl()

static getWebPublishUrl ( )
static

См. определение в файле config.php строка 92

◆ getWebSocketUrl()

static getWebSocketUrl ( )
static

Returns url for receiving events with websocket transport.

Возвращает
string

См. определение в файле config.php строка 83

◆ isRegistered()

static isRegistered ( )
static

См. определение в файле config.php строка 112

◆ setRegistered()

static setRegistered ( $isRegistered)
static

См. определение в файле config.php строка 107

◆ setServerAddress()

static setServerAddress ( $serverAddress)
static

См. определение в файле config.php строка 38

◆ setSignatureKey()

static setSignatureKey ( $signatureKey)
static

См. определение в файле config.php строка 97

Данные класса

◆ CLOUD_SERVER_VERSION

const CLOUD_SERVER_VERSION = 4

См. определение в файле config.php строка 21

◆ DEFAULT_SERVER

const DEFAULT_SERVER = "https://rtc-cloud.bitrix.info"

См. определение в файле config.php строка 9

◆ HOSTNAME_URL

const HOSTNAME_URL = "/hostname"

См. определение в файле config.php строка 10

◆ IS_REGISTERED_ON_SHARED_SERVER

const IS_REGISTERED_ON_SHARED_SERVER = 'registered_on_shared_server'

См. определение в файле config.php строка 20

◆ PUB_URL

const PUB_URL = "/pub/"

См. определение в файле config.php строка 13

◆ REGISTER_URL

const REGISTER_URL = "/register-client/"

См. определение в файле config.php строка 12

◆ REST_URL

const REST_URL = "/rest/"

См. определение в файле config.php строка 15

◆ RPC_URL

const RPC_URL = "/api/"

См. определение в файле config.php строка 16

◆ SERVER_ADDRESS

const SERVER_ADDRESS = 'shared_server_address'

См. определение в файле config.php строка 18

◆ SERVER_LIST_URL

const SERVER_LIST_URL = "/servers"

См. определение в файле config.php строка 11

◆ SHARED_SERVER_KEY

const SHARED_SERVER_KEY = 'shared_server_key'

См. определение в файле config.php строка 19

◆ SUB_URL

const SUB_URL = "/subws/"

См. определение в файле config.php строка 14