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

Method encode

java/jakarta/websocket/Encoder.java:58–58  ·  view source on GitHub ↗

Encodes the given object into a text string. @param object The object to encode @return The encoded text string @throws EncodeException If the object cannot be encoded

(T object)

Source from the content-addressed store, hash-verified

56 * @throws EncodeException If the object cannot be encoded
57 */
58 String encode(T object) throws EncodeException;
59 }
60
61 /**

Callers 15

testNotFoundMethod · 0.65
buildGetRequestMethod · 0.65
buildPostRequestMethod · 0.65
buildTrailerHeadersMethod · 0.65
buildHeadRequestMethod · 0.65
testSessionIsNewMethod · 0.65
doTest1kPayloadMethod · 0.65
doGetMethod · 0.65

Calls

no outgoing calls

Tested by 14

testNotFoundMethod · 0.52
buildGetRequestMethod · 0.52
buildPostRequestMethod · 0.52
buildTrailerHeadersMethod · 0.52
buildHeadRequestMethod · 0.52
testSessionIsNewMethod · 0.52
doTest1kPayloadMethod · 0.52
doGetMethod · 0.52