public interface Extension
| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
Extension.Parameter
This member interface defines a single websocket extension parameter. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getName()
The name of the extension. 
 | 
List<Extension.Parameter> | 
getParameters()
The extension parameters for this extension in the order they appear in the http headers. 
 | 
String getName()
List<Extension.Parameter> getParameters()
Copyright © 2019                         Eclipse Foundation                         
Use is subject to license terms.