Uses of Interface
jakarta.websocket.Extension.Parameter
- 
Packages that use Extension.Parameter Package Description jakarta.websocket This package contains all the Jakarta WebSocket APIs common to both the client and server side. - 
- 
Uses of Extension.Parameter in jakarta.websocket
Methods in jakarta.websocket that return types with arguments of type Extension.Parameter Modifier and Type Method Description List<Extension.Parameter>Extension. getParameters()The extension parameters for this extension in the order they appear in the http headers. 
 -