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

Method Socket

classpath/java/net/Socket.java:148–153  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146 private SocketOutputStream outputStream;
147
148 public Socket() throws IOException {
149 Socket.init();
150 sock = create();
151 inputStream = new SocketInputStream();
152 outputStream = new SocketOutputStream();
153 }
154
155 public SocketInputStream getInputStream() {
156 return inputStream;

Callers

nothing calls this directly

Calls 5

initMethod · 0.95
createMethod · 0.95
connectMethod · 0.95
getByNameMethod · 0.95
getRawAddressMethod · 0.80

Tested by

no test coverage detected