MCPcopy Create free account
hub / github.com/apache/tomcat / decode

Method decode

java/jakarta/websocket/Decoder.java:102–102  ·  view source on GitHub ↗

Decodes the text data into an object. @param s The text data to decode @return The decoded object @throws DecodeException If the data cannot be decoded

(String s)

Source from the content-addressed store, hash-verified

100 * @throws DecodeException If the data cannot be decoded
101 */
102 T decode(String s) throws DecodeException;
103
104 /**
105 * Determines whether this decoder can decode the given text data.

Callers 15

doGetMethod · 0.65
doTestMethod · 0.65
QueryMethod · 0.65
readStringMethod · 0.65
setUpPerTestClassMethod · 0.65
processDataControlMethod · 0.65
processDataTextMethod · 0.65
validateKeyMethod · 0.65
decodeMethod · 0.65
decodeMethod · 0.65
parseSfByteSequenceMethod · 0.65
decodeWordMethod · 0.65

Calls

no outgoing calls

Tested by 5

doGetMethod · 0.52
doTestMethod · 0.52
QueryMethod · 0.52
readStringMethod · 0.52
setUpPerTestClassMethod · 0.52