Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ setEnableProxy
Method
setEnableProxy
src/main/java/xmpp/Account.java:92–94 ·
view source on GitHub ↗
(boolean enableProxy)
Source
from the content-addressed store, hash-verified
90
}
91
92
public
void
setEnableProxy(boolean enableProxy) {
93
this.enableProxy = enableProxy;
94
}
95
96
public
int
getProxyPort() {
97
return
proxyPort;
Callers
2
createFromDataInputStream
Method · 0.95
cmdOk
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected