public final class Extension
extends Object
Representation of a WebSocket extension and its associated parameters.
- Since:
- 2.3
-
Nested Class Summary
Nested Classes
static final class
Representation of extension parameters.
-
Constructor Summary
Constructors
Constructs a new Extension with the specified name.
-
Method Summary
-
Constructor Details
-
Extension
Constructs a new Extension with the specified name.
- Parameters:
name - extension name
-
Method Details
-
getName
- Returns:
- the extension name.
-
getParameters
- Returns:
- any parameters associated with this extension.
-
-
-