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
Jetty WebSocket Client API
Jetty WebSocket Common : Implementation [Internal Use Only]
Jetty WebSocket Common : Extension Implementations
Jetty WebSocket Common : Message Compression Extension Implementations
Jetty WebSocket Common : Auto Fragment Extension Implementation
Jetty WebSocket Common : Identity Extension Implementation
Jetty WebSocket Common : I/O Implementation
Jetty WebSocket Servlet 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 -
Uses of ExtensionConfig in org.eclipse.jetty.websocket.client
Fields in org.eclipse.jetty.websocket.client with type parameters of type ExtensionConfigModifier and TypeFieldDescriptionprivate List<ExtensionConfig> ClientUpgradeResponse.extensionsprivate List<ExtensionConfig> WebSocketUpgradeRequest.ClientUpgradeRequestFacade.extensionsMethods in org.eclipse.jetty.websocket.client that return types with arguments of type ExtensionConfigModifier and TypeMethodDescriptionClientUpgradeResponse.getExtensions()WebSocketUpgradeRequest.ClientUpgradeRequestFacade.getExtensions()Methods in org.eclipse.jetty.websocket.client with parameters of type ExtensionConfigModifier and TypeMethodDescriptionvoidWebSocketUpgradeRequest.ClientUpgradeRequestFacade.addExtensions(ExtensionConfig... configs) Method parameters in org.eclipse.jetty.websocket.client with type arguments of type ExtensionConfigModifier and TypeMethodDescriptionvoidWebSocketUpgradeRequest.ClientUpgradeRequestFacade.setExtensions(List<ExtensionConfig> configs) -
Uses of ExtensionConfig in org.eclipse.jetty.websocket.common
Fields in org.eclipse.jetty.websocket.common with type parameters of type ExtensionConfigModifier and TypeFieldDescriptionprivate List<ExtensionConfig> UpgradeRequestAdapter.extensionsprivate List<ExtensionConfig> UpgradeResponseAdapter.extensionsMethods in org.eclipse.jetty.websocket.common that return types with arguments of type ExtensionConfigModifier and TypeMethodDescriptionUpgradeRequestAdapter.getExtensions()UpgradeResponseAdapter.getExtensions()Get the list of extensions that should be used for the websocket.Methods in org.eclipse.jetty.websocket.common with parameters of type ExtensionConfigModifier and TypeMethodDescriptionvoidUpgradeRequestAdapter.addExtensions(ExtensionConfig... configs) Method parameters in org.eclipse.jetty.websocket.common with type arguments of type ExtensionConfigModifier and TypeMethodDescriptionvoidUpgradeRequestAdapter.setExtensions(List<ExtensionConfig> configs) voidUpgradeResponseAdapter.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.common.extensions
Fields in org.eclipse.jetty.websocket.common.extensions declared as ExtensionConfigMethods in org.eclipse.jetty.websocket.common.extensions that return ExtensionConfigMethods in org.eclipse.jetty.websocket.common.extensions that return types with arguments of type ExtensionConfigModifier and TypeMethodDescriptionExtensionStack.getNegotiatedExtensions()Get the list of negotiated extensions, each entry being a full "name; params" extension configurationMethods in org.eclipse.jetty.websocket.common.extensions with parameters of type ExtensionConfigModifier and TypeMethodDescriptionWebSocketExtensionFactory.newInstance(ExtensionConfig config) voidAbstractExtension.setConfig(ExtensionConfig config) voidFrameCaptureExtension.setConfig(ExtensionConfig config) Method parameters in org.eclipse.jetty.websocket.common.extensions with type arguments of type ExtensionConfigModifier and TypeMethodDescriptionvoidExtensionStack.negotiate(List<ExtensionConfig> configs) Perform the extension negotiation. -
Uses of ExtensionConfig in org.eclipse.jetty.websocket.common.extensions.compress
Fields in org.eclipse.jetty.websocket.common.extensions.compress declared as ExtensionConfigModifier and TypeFieldDescriptionprivate ExtensionConfigPerMessageDeflateExtension.configNegotiatedprivate ExtensionConfigPerMessageDeflateExtension.configRequestedMethods in org.eclipse.jetty.websocket.common.extensions.compress with parameters of type ExtensionConfigModifier and TypeMethodDescriptionvoidPerMessageDeflateExtension.setConfig(ExtensionConfig config) -
Uses of ExtensionConfig in org.eclipse.jetty.websocket.common.extensions.fragment
Methods in org.eclipse.jetty.websocket.common.extensions.fragment with parameters of type ExtensionConfig -
Uses of ExtensionConfig in org.eclipse.jetty.websocket.common.extensions.identity
Methods in org.eclipse.jetty.websocket.common.extensions.identity with parameters of type ExtensionConfig -
Uses of ExtensionConfig in org.eclipse.jetty.websocket.common.io
Fields in org.eclipse.jetty.websocket.common.io with type parameters of type ExtensionConfigModifier and TypeFieldDescriptionprivate List<ExtensionConfig> AbstractWebSocketConnection.extensionsMethods in org.eclipse.jetty.websocket.common.io that return types with arguments of type ExtensionConfigModifier and TypeMethodDescriptionAbstractWebSocketConnection.getExtensions()Get the list of extensions in use.Method parameters in org.eclipse.jetty.websocket.common.io with type arguments of type ExtensionConfigModifier and TypeMethodDescriptionvoidAbstractWebSocketConnection.setExtensions(List<ExtensionConfig> extensions) Get the list of extensions in use. -
Uses of ExtensionConfig in org.eclipse.jetty.websocket.jsr356
Subclasses of ExtensionConfig in org.eclipse.jetty.websocket.jsr356Constructors in org.eclipse.jetty.websocket.jsr356 with parameters of type ExtensionConfig -
Uses of ExtensionConfig in org.eclipse.jetty.websocket.servlet
Fields in org.eclipse.jetty.websocket.servlet with type parameters of type ExtensionConfigMethods in org.eclipse.jetty.websocket.servlet that return types with arguments of type ExtensionConfigModifier and TypeMethodDescriptionServletUpgradeRequest.getExtensions()ServletUpgradeResponse.getExtensions()Methods in org.eclipse.jetty.websocket.servlet with parameters of type ExtensionConfigModifier and TypeMethodDescriptionvoidServletUpgradeRequest.addExtensions(ExtensionConfig... configs) Method parameters in org.eclipse.jetty.websocket.servlet with type arguments of type ExtensionConfigModifier and TypeMethodDescriptionvoidServletUpgradeRequest.setExtensions(List<ExtensionConfig> configs) voidServletUpgradeResponse.setExtensions(List<ExtensionConfig> configs)