Package org.apache.tomcat.websocket
Class WsExtension
- java.lang.Object
-
- org.apache.tomcat.websocket.WsExtension
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jakarta.websocket.Extension
Extension.Parameter
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Returns the name of this extension.java.util.List<Extension.Parameter>getParameters()Returns the parameters associated with this extension.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Description copied from interface:jakarta.websocket.ExtensionReturns the name of this extension.
-
getParameters
public java.util.List<Extension.Parameter> getParameters()
Description copied from interface:jakarta.websocket.ExtensionReturns the parameters associated with this extension.- Specified by:
getParametersin interfaceExtension- Returns:
- The list of extension parameters
-
-