public interface Extension
| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
Extension.Parameter |
This member interface defines a single websocket extension parameter.
|
| Modifier and Type | Method | 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 JBoss by Red Hat. All rights reserved.