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 TypeMethodDescriptionvoid
JettyServerUpgradeResponse.setExtensions
(List<ExtensionConfig> extensions) Set the list of extensions that are approved for use with this websocket. -
Uses of ExtensionConfig in org.eclipse.jetty.ee10.websocket.server.internal
Methods in org.eclipse.jetty.ee10.websocket.server.internal that return types with arguments of type ExtensionConfigModifier and TypeMethodDescriptionDelegatedServerUpgradeRequest.getExtensions()
DelegatedServerUpgradeResponse.getExtensions()
Method parameters in org.eclipse.jetty.ee10.websocket.server.internal with type arguments of type ExtensionConfigModifier and TypeMethodDescriptionvoid
DelegatedServerUpgradeResponse.setExtensions
(List<ExtensionConfig> configs) -
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 TypeMethodDescriptionvoid
ClientUpgradeRequest.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 TypeMethodDescriptionvoid
ClientUpgradeRequest.setExtensions
(List<ExtensionConfig> configs) Set the list of WebSocket Extension configurations on the request. -
Uses of ExtensionConfig in org.eclipse.jetty.websocket.client.internal
Methods in org.eclipse.jetty.websocket.client.internal that return types with arguments of type ExtensionConfigModifier and TypeMethodDescriptionDelegatedJettyClientUpgradeRequest.getExtensions()
DelegatedJettyClientUpgradeResponse.getExtensions()
-
Uses of ExtensionConfig in org.eclipse.jetty.websocket.common
Classes in org.eclipse.jetty.websocket.common that implement ExtensionConfigModifier and TypeClassDescriptionclass
Represents 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 TypeMethodDescriptionvoid
ServerUpgradeResponse.setExtensions
(List<ExtensionConfig> configs) Set the list of negotiated extensions. -
Uses of ExtensionConfig in org.eclipse.jetty.websocket.server.internal
Methods in org.eclipse.jetty.websocket.server.internal that return types with arguments of type ExtensionConfigModifier and TypeMethodDescriptionServerUpgradeRequestDelegate.getExtensions()
ServerUpgradeResponseDelegate.getExtensions()
Method parameters in org.eclipse.jetty.websocket.server.internal with type arguments of type ExtensionConfigModifier and TypeMethodDescriptionvoid
ServerUpgradeResponseDelegate.setExtensions
(List<ExtensionConfig> configs)