MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / bind

Method bind

src/main/java/core/org/xbill/DNS/TCPClient.java:17–21  ·  view source on GitHub ↗
(SocketAddress addr)

Source from the content-addressed store, hash-verified

15}
16
17void
18bind(SocketAddress addr) throws IOException {
19 SocketChannel channel = (SocketChannel) key.channel();
20 channel.socket().bind(addr);
21}
22
23void
24connect(SocketAddress addr) throws IOException {

Callers 2

sendrecvMethod · 0.95
openConnectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected