public class JsrExtension extends Object implements javax.websocket.Extension
| Constructor and Description |
|---|
JsrExtension(ExtensionConfig cfg)
A configured extension
|
JsrExtension(String name)
A potential (unconfigured) extension
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
List<javax.websocket.Extension.Parameter> |
getParameters() |
int |
hashCode() |
String |
toString() |
public JsrExtension(ExtensionConfig cfg)
cfg - the configuration for the extensionpublic JsrExtension(String name)
name - the name of the extensionCopyright © 1995–2017 Webtide. All rights reserved.