Uses of Class
org.eclipse.jetty.websocket.api.extensions.ExtensionConfig
Packages that use ExtensionConfig
Package
Description
Jetty WebSocket API
Jetty WebSocket API : WebSocket Extension API
-
Uses of ExtensionConfig in org.eclipse.jetty.websocket.api
Methods in org.eclipse.jetty.websocket.api that return types with arguments of type ExtensionConfigModifier and TypeMethodDescriptionUpgradeRequest.getExtensions()Get the list of WebSocket Extension Configurations for this Upgrade Request.UpgradeResponse.getExtensions()Get the list of extensions that should be used for the websocket.Methods in org.eclipse.jetty.websocket.api with parameters of type ExtensionConfigModifier and TypeMethodDescriptionvoidUpgradeRequest.addExtensions(ExtensionConfig... configs) Add WebSocket Extension Configuration(s) to Upgrade Request.Method parameters in org.eclipse.jetty.websocket.api with type arguments of type ExtensionConfigModifier and TypeMethodDescriptionvoidUpgradeRequest.setExtensions(List<ExtensionConfig> configs) Set the list of WebSocket Extension configurations on the request.voidUpgradeResponse.setExtensions(List<ExtensionConfig> extensions) Set the list of extensions that are approved for use with this websocket. -
Uses of ExtensionConfig in org.eclipse.jetty.websocket.api.extensions
Methods in org.eclipse.jetty.websocket.api.extensions that return ExtensionConfigModifier and TypeMethodDescriptionExtension.getConfig()The active configuration for this extension.static ExtensionConfigParse a single parameterized name.Methods in org.eclipse.jetty.websocket.api.extensions that return types with arguments of type ExtensionConfigModifier and TypeMethodDescriptionstatic List<ExtensionConfig>ExtensionConfig.parseEnum(Enumeration<String> valuesEnum) Parse enumeration ofSec-WebSocket-Extensionsheader values into aExtensionConfigliststatic List<ExtensionConfig>Parse 1 or more rawSec-WebSocket-Extensionsheader values into aExtensionConfiglistMethods in org.eclipse.jetty.websocket.api.extensions with parameters of type ExtensionConfigModifier and TypeMethodDescriptionfinal voidExtensionConfig.init(ExtensionConfig other) Initialize the parameters on this config from the other configuration.abstract ExtensionExtensionFactory.newInstance(ExtensionConfig config) Deprecated.Method parameters in org.eclipse.jetty.websocket.api.extensions with type arguments of type ExtensionConfigModifier and TypeMethodDescriptionstatic StringExtensionConfig.toHeaderValue(List<ExtensionConfig> configs) Convert a list ofExtensionConfigto a header valueConstructors in org.eclipse.jetty.websocket.api.extensions with parameters of type ExtensionConfig