MCPcopy Index your code
hub / github.com/apache/tomcat / getParameters

Method getParameters

java/jakarta/websocket/Extension.java:38–38  ·  view source on GitHub ↗

Returns the parameters associated with this extension. @return The list of extension parameters

()

Source from the content-addressed store, hash-verified

36 * @return The list of extension parameters
37 */
38 List<Parameter> getParameters();
39
40 /**
41 * Represents a parameter of a WebSocket extension.

Callers 15

testComplexTE3Method · 0.65
visitMethod · 0.65
doMapMethod · 0.65
createTransformationsMethod · 0.65
appendMethod · 0.65
restoreRequestMethod · 0.65
getParameterMethod · 0.65
getParameterNamesMethod · 0.65

Implementers 2

WsExtensionjava/org/apache/tomcat/websocket/WsExt
Functionjava/org/apache/jasper/compiler/ELNode

Calls

no outgoing calls