Uses of Interface
org.eclipse.jetty.websocket.api.ExtensionConfig
-
Packages that use ExtensionConfig Package Description org.eclipse.jetty.websocket.api Jetty WebSocket API -
-
Uses of ExtensionConfig in org.eclipse.jetty.websocket.api
Methods in org.eclipse.jetty.websocket.api that return ExtensionConfig Modifier and Type Method Description static ExtensionConfigExtensionConfig. parse(java.lang.String parameterizedName)ExtensionConfigExtensionConfig.Parser. parse(java.lang.String parameterizedName)Methods in org.eclipse.jetty.websocket.api that return types with arguments of type ExtensionConfig Modifier and Type Method Description java.util.List<ExtensionConfig>UpgradeRequest. getExtensions()Get the list of WebSocket Extension Configurations for this Upgrade Request.java.util.List<ExtensionConfig>UpgradeResponse. getExtensions()Get the list of extensions that should be used for the websocket.
-