Package | Description |
---|---|
org.eclipse.jetty.websocket.api | |
org.eclipse.jetty.websocket.api.extensions |
Modifier and Type | Method and Description |
---|---|
List<ExtensionConfig> |
UpgradeResponse.getExtensions()
Get the list of extensions that should be used for the websocket.
|
List<ExtensionConfig> |
UpgradeRequest.getExtensions() |
Modifier and Type | Method and Description |
---|---|
void |
UpgradeRequest.addExtensions(ExtensionConfig... configs) |
Modifier and Type | Method and Description |
---|---|
void |
UpgradeResponse.setExtensions(List<ExtensionConfig> extensions)
Set the list of extensions that are approved for use with this websocket.
|
Modifier and Type | Method and Description |
---|---|
ExtensionConfig |
Extension.getConfig()
The active configuration for this extension.
|
static ExtensionConfig |
ExtensionConfig.parse(String parameterizedName) |
Modifier and Type | Method and Description |
---|---|
void |
ExtensionConfig.init(ExtensionConfig other)
Initialize the parameters on this config from the other configuration.
|
abstract Extension |
ExtensionFactory.newInstance(ExtensionConfig config) |
Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.