MCPcopy
hub / github.com/zaproxy/zaproxy / URI

Method URI

zap/src/main/java/org/apache/commons/httpclient/URI.java:141–142  ·  view source on GitHub ↗

Create an instance as an internal use

()

Source from the content-addressed store, hash-verified

139
140 /** Create an instance as an internal use */
141 protected URI() {
142 }
143
144 /**
145 * Construct a URI from a string with the given charset. The input string can

Callers

nothing calls this directly

Calls 10

parseUriReferenceMethod · 0.95
validateMethod · 0.95
encodeMethod · 0.95
getProtocolCharsetMethod · 0.95
setURIMethod · 0.95
resolvePathMethod · 0.95
startsWithMethod · 0.80
appendMethod · 0.45
toStringMethod · 0.45
equalsMethod · 0.45

Tested by

no test coverage detected