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