Uses of Interface
org.eclipse.jetty.websocket.api.ExtensionConfig
Packages that use ExtensionConfig
Package
Description
Jetty WebSocket API :: Client
Jetty WebSocket Common : Implementation [Internal Use Only]
- 
Uses of ExtensionConfig in org.eclipse.jetty.ee10.websocket.server
Method parameters in org.eclipse.jetty.ee10.websocket.server with type arguments of type ExtensionConfigModifier and TypeMethodDescriptionvoidJettyServerUpgradeResponse.setExtensions(List<ExtensionConfig> extensions) Set the list of extensions that are approved for use with this websocket. - 
Uses of ExtensionConfig in org.eclipse.jetty.ee11.websocket.server
Method parameters in org.eclipse.jetty.ee11.websocket.server with type arguments of type ExtensionConfigModifier and TypeMethodDescriptionvoidJettyServerUpgradeResponse.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
Methods in org.eclipse.jetty.websocket.api that return ExtensionConfigMethods 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. - 
Uses of ExtensionConfig in org.eclipse.jetty.websocket.client
Methods in org.eclipse.jetty.websocket.client that return types with arguments of type ExtensionConfigMethods in org.eclipse.jetty.websocket.client with parameters of type ExtensionConfigModifier and TypeMethodDescriptionvoidClientUpgradeRequest.addExtensions(ExtensionConfig... configs) Add WebSocket Extension Configuration(s) to Upgrade Request.Method parameters in org.eclipse.jetty.websocket.client with type arguments of type ExtensionConfigModifier and TypeMethodDescriptionvoidClientUpgradeRequest.setExtensions(List<ExtensionConfig> configs) Set the list of WebSocket Extension configurations on the request. - 
Uses of ExtensionConfig in org.eclipse.jetty.websocket.common
Classes in org.eclipse.jetty.websocket.common that implement ExtensionConfigModifier and TypeClassDescriptionclassRepresents an Extension Configuration, as seen during the connection Handshake process. - 
Uses of ExtensionConfig in org.eclipse.jetty.websocket.server
Methods in org.eclipse.jetty.websocket.server that return types with arguments of type ExtensionConfigModifier and TypeMethodDescriptionServerUpgradeRequest.getExtensions()ServerUpgradeResponse.getExtensions()Method parameters in org.eclipse.jetty.websocket.server with type arguments of type ExtensionConfigModifier and TypeMethodDescriptionvoidServerUpgradeResponse.setExtensions(List<ExtensionConfig> configs) Set the list of negotiated extensions.