MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / send

Method send

src/main/java/com/alsutton/jabber/JabberStream.java:416–418  ·  view source on GitHub ↗
(String data)

Source from the content-addressed store, hash-verified

414 }
415
416 public void send(String data) throws IOException {
417 sendPacket(data);
418 }
419
420 private void sendBuf(StringBuffer data) throws IOException {
421 sendPacket(data.toString());

Callers 7

commandActionMethod · 0.95
modifyMethod · 0.95
initiateStreamMethod · 0.95
dispatchXmppStanzaMethod · 0.95
closeConnectionMethod · 0.95
pingMethod · 0.95
sendPacketMethod · 0.45

Calls 7

sendPacketMethod · 0.95
sendBufMethod · 0.95
getTypeAttributeMethod · 0.80
addElementMethod · 0.80
constructXMLMethod · 0.80
equalsMethod · 0.45
getAttributeMethod · 0.45

Tested by

no test coverage detected