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

Method getTextDecoders

java/org/apache/tomcat/websocket/Util.java:622–624  ·  view source on GitHub ↗

Returns the list of matched text decoders. @return the list of text decoder classes

()

Source from the content-addressed store, hash-verified

620 * @return the list of text decoder classes
621 */
622 public List<Class<? extends Decoder>> getTextDecoders() {
623 return textDecoders;
624 }
625
626
627 /**

Callers 4

getMessageHandlersMethod · 0.95
matchDecodersMethod · 0.95
isTextMethod · 0.80
getMessageHandlersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected