MCPcopy Create free account
hub / github.com/aboutcode-org/scancode-toolkit / urlencode

Method urlencode

samples/JGroups/src/S3_PING.java:1557–1565  ·  view source on GitHub ↗
(String unencoded)

Source from the content-addressed store, hash-verified

1555
1556
1557 static String urlencode(String unencoded) {
1558 try {
1559 return URLEncoder.encode(unencoded, "UTF-8");
1560 }
1561 catch(UnsupportedEncodingException e) {
1562 // should never happen
1563 throw new RuntimeException("Could not url encode to UTF-8", e);
1564 }
1565 }
1566
1567 static XMLReader createXMLReader() {
1568 try {

Callers 7

putMethod · 0.95
getMethod · 0.95
deleteMethod · 0.95
getACLMethod · 0.95
putACLMethod · 0.95
encodeMethod · 0.95
paramsForListOptionsMethod · 0.95

Calls 1

encodeMethod · 0.45

Tested by

no test coverage detected