Home
last modified time | relevance | path

Searched refs:INSTALLED_EXTENSIONS (Results 1 – 2 of 2) sorted by last modified time

/unit/src/java/nginx/unit/websocket/server/
H A DUpgradeUtil.java121 installedExtensions = Constants.INSTALLED_EXTENSIONS; in doUpgrade()
125 installedExtensions.addAll(Constants.INSTALLED_EXTENSIONS); in doUpgrade()
/unit/src/java/nginx/unit/websocket/
H A DConstants.java143 public static final List<Extension> INSTALLED_EXTENSIONS; field in Constants
147 INSTALLED_EXTENSIONS = Collections.unmodifiableList(new ArrayList<Extension>());
151 INSTALLED_EXTENSIONS = Collections.unmodifiableList(installed);