MCPcopy
hub / github.com/socketio/socket.io-client-java / add

Method add

src/main/java/io/socket/parser/Parser.java:67–67  ·  view source on GitHub ↗
(String obj)

Source from the content-addressed store, hash-verified

65 interface Decoder {
66
67 void add(String obj);
68
69 void add(byte[] obj);
70

Callers 15

callMethod · 0.95
testDecodeErrorMethod · 0.95
callMethod · 0.95
durationOverflowMethod · 0.65
subEventsMethod · 0.65
runMethod · 0.65
oneventMethod · 0.65
onAnyIncomingMethod · 0.65
onAnyOutgoingMethod · 0.65
runMethod · 0.65
onopenMethod · 0.65
callMethod · 0.65

Implementers 1

Decodersrc/main/java/io/socket/parser/IOParse

Calls

no outgoing calls

Tested by 4

callMethod · 0.76
testDecodeErrorMethod · 0.76
callMethod · 0.76
durationOverflowMethod · 0.52