Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ari4java/ari4java
/ setAppName
Method
setAppName
src/main/java/ch/loway/oss/ari4java/ARI.java:193–195 ·
view source on GitHub ↗
Sets the application name. @param s app name
(String s)
Source
from the content-addressed store, hash-verified
191
* @param s app name
192
*/
193
public
void
setAppName(String s) {
194
this.appName = s;
195
}
196
197
/**
198
* Return the current application name.
Callers
1
nettyHttp
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected