Uses of Class
org.eclipse.jetty.websocket.core.ExtensionConfig
Packages that use ExtensionConfig
Package
Description
Jetty WebSocket Common : Implementation [Internal Use Only]
-
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 ExtensionConfig
Parse 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.static List<ExtensionConfig>
ExtensionConfig.parseEnum
(Enumeration<String> valuesEnum) Parse enumeration ofSec-WebSocket-Extensions
header values into aExtensionConfig
liststatic List<ExtensionConfig>
Parse 1 or more rawSec-WebSocket-Extensions
header values into aExtensionConfig
listMethods in org.eclipse.jetty.websocket.core with parameters of type ExtensionConfigModifier and TypeMethodDescriptionvoid
AbstractExtension.init
(ExtensionConfig config, WebSocketComponents components) void
Extension.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 TypeMethodDescriptionstatic String
ExtensionConfig.toHeaderValue
(List<ExtensionConfig> configs) Convert a list ofExtensionConfig
to 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 TypeMethodDescriptionvoid
CoreClientUpgradeRequest.addExtensions
(ExtensionConfig... configs) Method parameters in org.eclipse.jetty.websocket.core.client with type arguments of type ExtensionConfigModifier and TypeMethodDescriptionvoid
CoreClientUpgradeRequest.setExtensions
(List<ExtensionConfig> configs) -
Uses of ExtensionConfig in org.eclipse.jetty.websocket.core.internal
Methods in org.eclipse.jetty.websocket.core.internal 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 configurationWebSocketCoreSession.getNegotiatedExtensions()
Methods in org.eclipse.jetty.websocket.core.internal with parameters of type ExtensionConfigModifier and TypeMethodDescriptionvoid
FragmentExtension.init
(ExtensionConfig config, WebSocketComponents components) void
FrameCaptureExtension.init
(ExtensionConfig config, WebSocketComponents components) void
IdentityExtension.init
(ExtensionConfig config, WebSocketComponents components) void
PerMessageDeflateExtension.init
(ExtensionConfig config, WebSocketComponents components) void
ValidationExtension.init
(ExtensionConfig config, WebSocketComponents components) Method parameters in org.eclipse.jetty.websocket.core.internal with type arguments of type ExtensionConfigModifier and TypeMethodDescriptionvoid
ExtensionStack.negotiate
(List<ExtensionConfig> offeredConfigs, List<ExtensionConfig> negotiatedConfigs) Perform the extension negotiation. -
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()
WebSocketNegotiation.getNegotiatedExtensions()
WebSocketNegotiation.getOfferedExtensions()
Method parameters in org.eclipse.jetty.websocket.core.server with type arguments of type ExtensionConfigModifier and TypeMethodDescriptionvoid
ServerUpgradeResponse.addExtensions
(List<ExtensionConfig> configs) void
ServerUpgradeResponse.setExtensions
(List<ExtensionConfig> configs) void
WebSocketNegotiation.setNegotiatedExtensions
(List<ExtensionConfig> extensions) -
Uses of ExtensionConfig in org.eclipse.jetty.websocket.javax.common
Subclasses of ExtensionConfig in org.eclipse.jetty.websocket.javax.commonConstructors in org.eclipse.jetty.websocket.javax.common with parameters of type ExtensionConfigModifierConstructorDescriptionA configured extension