JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
javax.websocket
Extension
Parameter
Contents
Description
Method Summary
Method Details
getName()
getValue()
Hide sidebar
Show sidebar
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.