Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ getUserInfo
Method
getUserInfo
vm/JavaAPI/src/java/net/URI.java:724–726 ·
view source on GitHub ↗
@return the userInfo
()
Source
from the content-addressed store, hash-verified
722
* @
return
the userInfo
723
*/
724
public
String getUserInfo() {
725
return
URIHelper.decodeString(userInfo, true);
726
}
727
728
/**
729
* @
return
the userInfo
Callers
3
normalize
Method · 0.95
invoke0
Method · 0.45
invoke25
Method · 0.45
Calls
1
decodeString
Method · 0.95
Tested by
no test coverage detected