Uses of Class
org.eclipse.jetty.websocket.core.ExtensionConfig
Packages that use ExtensionConfig
Package
Description
Jetty WebSocket Common : Implementation [Internal Use Only]
Jetty WebSocket Common : Implementation [Internal Use Only]
Jetty WebSocket Common : Implementation [Internal Use Only]
- 
Uses of ExtensionConfig in org.eclipse.jetty.ee10.websocket.jakarta.common
Subclasses of ExtensionConfig in org.eclipse.jetty.ee10.websocket.jakarta.commonConstructors in org.eclipse.jetty.ee10.websocket.jakarta.common with parameters of type ExtensionConfigModifierConstructorDescriptionA configured extension - 
Uses of ExtensionConfig in org.eclipse.jetty.ee11.websocket.jakarta.common
Subclasses of ExtensionConfig in org.eclipse.jetty.ee11.websocket.jakarta.commonConstructors in org.eclipse.jetty.ee11.websocket.jakarta.common with parameters of type ExtensionConfigModifierConstructorDescriptionA configured extension - 
Uses of ExtensionConfig in org.eclipse.jetty.ee8.websocket.common
Methods in org.eclipse.jetty.ee8.websocket.common that return ExtensionConfigConstructors in org.eclipse.jetty.ee8.websocket.common with parameters of type ExtensionConfig - 
Uses of ExtensionConfig in org.eclipse.jetty.ee8.websocket.javax.common
Subclasses of ExtensionConfig in org.eclipse.jetty.ee8.websocket.javax.commonConstructors in org.eclipse.jetty.ee8.websocket.javax.common with parameters of type ExtensionConfigModifierConstructorDescriptionA configured extension - 
Uses of ExtensionConfig in org.eclipse.jetty.ee9.websocket.common
Methods in org.eclipse.jetty.ee9.websocket.common that return ExtensionConfigConstructors in org.eclipse.jetty.ee9.websocket.common with parameters of type ExtensionConfig - 
Uses of ExtensionConfig in org.eclipse.jetty.ee9.websocket.jakarta.common
Subclasses of ExtensionConfig in org.eclipse.jetty.ee9.websocket.jakarta.commonConstructors in org.eclipse.jetty.ee9.websocket.jakarta.common with parameters of type ExtensionConfigModifierConstructorDescriptionA configured extension - 
Uses of ExtensionConfig in org.eclipse.jetty.websocket.common
Methods in org.eclipse.jetty.websocket.common that return ExtensionConfigConstructors in org.eclipse.jetty.websocket.common with parameters of type ExtensionConfig - 
Uses of ExtensionConfig in org.eclipse.jetty.websocket.core
Methods in org.eclipse.jetty.websocket.core that return ExtensionConfigModifier and TypeMethodDescriptionAbstractExtension.getConfig()Extension.getConfig()The active configuration for this extension.static ExtensionConfigParse a single parameterized name.Methods in org.eclipse.jetty.websocket.core that return types with arguments of type ExtensionConfigModifier and TypeMethodDescriptionCoreSession.Empty.getNegotiatedExtensions()CoreSession.getNegotiatedExtensions()The negotiated WebSocket Extension Configurations for this session.ExtensionStack.getNegotiatedExtensions()Get the list of negotiated extensions, each entry being a full "name; params" extension configurationWebSocketCoreSession.getNegotiatedExtensions()static 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.core with parameters of type ExtensionConfigModifier and TypeMethodDescriptionvoidAbstractExtension.init(ExtensionConfig config, WebSocketComponents components) voidExtension.init(ExtensionConfig config, WebSocketComponents components) WebSocketExtensionRegistry.newInstance(ExtensionConfig config, WebSocketComponents components) Method parameters in org.eclipse.jetty.websocket.core with type arguments of type ExtensionConfigModifier and TypeMethodDescriptionvoidExtensionStack.negotiate(List<ExtensionConfig> offeredConfigs, List<ExtensionConfig> negotiatedConfigs) Perform the extension negotiation.static StringExtensionConfig.toHeaderValue(List<ExtensionConfig> configs) Convert a list ofExtensionConfigto a header valueConstructors in org.eclipse.jetty.websocket.core with parameters of type ExtensionConfig - 
Uses of ExtensionConfig in org.eclipse.jetty.websocket.core.client
Methods in org.eclipse.jetty.websocket.core.client that return types with arguments of type ExtensionConfigMethods in org.eclipse.jetty.websocket.core.client with parameters of type ExtensionConfigModifier and TypeMethodDescriptionvoidCoreClientUpgradeRequest.addExtensions(ExtensionConfig... configs) Method parameters in org.eclipse.jetty.websocket.core.client with type arguments of type ExtensionConfigModifier and TypeMethodDescriptionvoidCoreClientUpgradeRequest.setExtensions(List<ExtensionConfig> configs)  - 
Uses of ExtensionConfig in org.eclipse.jetty.websocket.core.server
Methods in org.eclipse.jetty.websocket.core.server that return types with arguments of type ExtensionConfigModifier and TypeMethodDescriptionServerUpgradeRequest.getExtensions()ServerUpgradeResponse.getExtensions()Method parameters in org.eclipse.jetty.websocket.core.server with type arguments of type ExtensionConfigModifier and TypeMethodDescriptionvoidServerUpgradeResponse.addExtensions(List<ExtensionConfig> configs) voidServerUpgradeResponse.removeExtensions(List<ExtensionConfig> configs) voidServerUpgradeResponse.setExtensions(List<ExtensionConfig> configs)