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 TypeMethodDescriptionvoid
UpgradeRequest.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 TypeMethodDescriptionvoid
UpgradeRequest.setExtensions
(List<ExtensionConfig> configs) Set the list of WebSocket Extension configurations on the request.void
UpgradeResponse.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 ExtensionConfig
Parse 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-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.api.extensions with parameters of type ExtensionConfigModifier and TypeMethodDescriptionfinal void
ExtensionConfig.init
(ExtensionConfig other) Initialize the parameters on this config from the other configuration.abstract Extension
ExtensionFactory.newInstance
(ExtensionConfig config) Deprecated.Method parameters in org.eclipse.jetty.websocket.api.extensions 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.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.extensions
private List
<ExtensionConfig> WebSocketUpgradeRequest.ClientUpgradeRequestFacade.extensions
Methods 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 TypeMethodDescriptionvoid
WebSocketUpgradeRequest.ClientUpgradeRequestFacade.addExtensions
(ExtensionConfig... configs) Method parameters in org.eclipse.jetty.websocket.client with type arguments of type ExtensionConfigModifier and TypeMethodDescriptionvoid
WebSocketUpgradeRequest.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.extensions
private List
<ExtensionConfig> UpgradeResponseAdapter.extensions
Methods 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 TypeMethodDescriptionvoid
UpgradeRequestAdapter.addExtensions
(ExtensionConfig... configs) Method parameters in org.eclipse.jetty.websocket.common with type arguments of type ExtensionConfigModifier and TypeMethodDescriptionvoid
UpgradeRequestAdapter.setExtensions
(List<ExtensionConfig> configs) void
UpgradeResponseAdapter.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) void
AbstractExtension.setConfig
(ExtensionConfig config) void
FrameCaptureExtension.setConfig
(ExtensionConfig config) Method parameters in org.eclipse.jetty.websocket.common.extensions with type arguments of type ExtensionConfigModifier and TypeMethodDescriptionvoid
ExtensionStack.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 ExtensionConfig
PerMessageDeflateExtension.configNegotiated
private ExtensionConfig
PerMessageDeflateExtension.configRequested
Methods in org.eclipse.jetty.websocket.common.extensions.compress with parameters of type ExtensionConfigModifier and TypeMethodDescriptionvoid
PerMessageDeflateExtension.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.extensions
Methods 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 TypeMethodDescriptionvoid
AbstractWebSocketConnection.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 TypeMethodDescriptionvoid
ServletUpgradeRequest.addExtensions
(ExtensionConfig... configs) Method parameters in org.eclipse.jetty.websocket.servlet with type arguments of type ExtensionConfigModifier and TypeMethodDescriptionvoid
ServletUpgradeRequest.setExtensions
(List<ExtensionConfig> configs) void
ServletUpgradeResponse.setExtensions
(List<ExtensionConfig> configs)