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

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

static getServerVersion ()
static getDefaultCloudServer ()
static getDefaultServer ()
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 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 строка 8

Методы

◆ getDefaultCloudServer()

getDefaultCloudServer ( )
static

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

◆ getDefaultServer()

getDefaultServer ( )
static

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

◆ getJsonRpcUrl()

getJsonRpcUrl ( )
static

Returns url for Json RPC.

Возвращает
string

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

◆ getLongPollingUrl()

getLongPollingUrl ( )
static

Returns url for receiving events with long polling transport.

Возвращает
string

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

◆ getPublishUrl()

getPublishUrl ( )
static

Returns url for publishing events.

Возвращает
string

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

◆ getRegisterUrl()

getRegisterUrl ( )
static

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

◆ getServerAddress()

getServerAddress ( )
static

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

◆ getServerVersion()

getServerVersion ( )
static

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

◆ getSignatureKey()

getSignatureKey ( )
static

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

◆ getWebPublishUrl()

getWebPublishUrl ( )
static

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

◆ getWebSocketUrl()

getWebSocketUrl ( )
static

Returns url for receiving events with websocket transport.

Возвращает
string

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

◆ isRegistered()

isRegistered ( )
static

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

◆ setRegistered()

setRegistered ( $isRegistered)
static

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

◆ setServerAddress()

setServerAddress ( $serverAddress)
static

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

◆ setSignatureKey()

setSignatureKey ( $signatureKey)
static

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

Поля

◆ CLOUD_SERVER_VERSION

const CLOUD_SERVER_VERSION = 4

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

◆ 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


Объявления и описания членов класса находятся в файле:
  • C:/bitrix/modules/pull/lib/sharedserver/config.php