MCPcopy Create free account
hub / github.com/ReadyTalk/avian / openConnection

Method openConnection

classpath/java/net/URL.java:69–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67 }
68
69 public URLConnection openConnection() throws IOException {
70 return handler.openConnection(this);
71 }
72
73 public InputStream openStream() throws IOException {
74 return openConnection().getInputStream();

Callers 1

openStreamMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected