|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Extension
A simple representation of a websocket extension as a name and map of extension parameters.
Nested Class Summary | |
---|---|
static interface |
Extension.Parameter
This member interface defines a single websocket extension parameter. |
Method Summary | |
---|---|
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. |
Method Detail |
---|
String getName()
List<Extension.Parameter> getParameters()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |