- Enclosing interface:
- Extension
public static interface Extension.Parameter
This member interface defines a single websocket extension parameter.
-
Method Summary
| Modifier and Type |
Method |
Description |
java.lang.String |
getName() |
Return the name of the extension parameter.
|
java.lang.String |
getValue() |
Return the value of the extension parameter.
|
-
Method Details
-
java.lang.String getName()
Return the name of the extension parameter.
- Returns:
- the name of the parameter.
-
java.lang.String getValue()
Return the value of the extension parameter.
- Returns:
- the value of the parameter.