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

Method close

src/main/java/core/packetproxy/ProxyHttp.java:197–199  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

195 }
196
197 public void close() throws Exception {
198 listen_socket.close();
199 }
200
201 private byte[] createConnection(Endpoint client, Endpoint server, byte[] input_data) throws Exception {
202 Server s = Servers.getInstance().queryByAddress(server.getAddress());

Callers 2

onChunkReceivedMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected