Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
commandAction
Method · 0.95
modify
Method · 0.95
initiateStream
Method · 0.95
dispatchXmppStanza
Method · 0.95
closeConnection
Method · 0.95
ping
Method · 0.95
sendPacket
Method · 0.45
Calls
7
sendPacket
Method · 0.95
sendBuf
Method · 0.95
getTypeAttribute
Method · 0.80
addElement
Method · 0.80
constructXML
Method · 0.80
equals
Method · 0.45
getAttribute
Method · 0.45
Tested by
no test coverage detected