Uses of Interface
org.eclipse.jetty.websocket.api.ExtensionConfig
Package
Description
Jetty WebSocket API :: Client
Jetty WebSocket Common : Implementation [Internal Use Only]
-
Uses of ExtensionConfig in org.eclipse.jetty.ee10.websocket.server
Modifier 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
Modifier and TypeMethodDescriptionDelegatedServerUpgradeRequest.getExtensions()
DelegatedServerUpgradeResponse.getExtensions()
Modifier and TypeMethodDescriptionvoid
DelegatedServerUpgradeResponse.setExtensions
(List<ExtensionConfig> configs) -
Uses of ExtensionConfig in org.eclipse.jetty.websocket.api
Modifier 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
Modifier and TypeMethodDescriptionvoid
ClientUpgradeRequest.addExtensions
(ExtensionConfig... configs) Add WebSocket Extension Configuration(s) to Upgrade Request.Modifier 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
Modifier and TypeMethodDescriptionDelegatedJettyClientUpgradeRequest.getExtensions()
DelegatedJettyClientUpgradeResponse.getExtensions()
-
Uses of ExtensionConfig in org.eclipse.jetty.websocket.common
Modifier and TypeClassDescriptionclass
Represents an Extension Configuration, as seen during the connection Handshake process. -
Uses of ExtensionConfig in org.eclipse.jetty.websocket.server
Modifier and TypeMethodDescriptionServerUpgradeRequest.getExtensions()
ServerUpgradeResponse.getExtensions()
Modifier and TypeMethodDescriptionvoid
ServerUpgradeResponse.setExtensions
(List<ExtensionConfig> configs) Set the list of negotiated extensions. -
Uses of ExtensionConfig in org.eclipse.jetty.websocket.server.internal
Modifier and TypeMethodDescriptionServerUpgradeRequestDelegate.getExtensions()
ServerUpgradeResponseDelegate.getExtensions()
Modifier and TypeMethodDescriptionvoid
ServerUpgradeResponseDelegate.setExtensions
(List<ExtensionConfig> configs)