JavaScript is disabled on your browser.
Skip navigation links
Jakarta EE Platform API v11.0.0-M2
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
jakarta.websocket.client
Package
jakarta.websocket
Interface Extension.Parameter
Enclosing interface:
Extension
public static interface
Extension.Parameter
This member interface defines a single websocket extension parameter.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getName
()
Return the name of the extension parameter.
String
getValue
()
Return the value of the extension parameter.
Method Details
getName
String
getName
()
Return the name of the extension parameter.
Returns:
the name of the parameter.
getValue
String
getValue
()
Return the value of the extension parameter.
Returns:
the value of the parameter.