Class WsExtension
java.lang.Object
org.apache.tomcat.websocket.WsExtension
- All Implemented Interfaces:
Extension
-
Nested Class Summary
Nested classes/interfaces inherited from interface Extension
Extension.Parameter -
Method Summary
Modifier and TypeMethodDescriptiongetName()Returns the name of this extension.Returns the parameters associated with this extension.
-
Method Details
-
getName
Description copied from interface:jakarta.websocket.ExtensionReturns the name of this extension. -
getParameters
Description copied from interface:jakarta.websocket.ExtensionReturns the parameters associated with this extension.- Specified by:
getParametersin interfaceExtension- Returns:
- The list of extension parameters
-