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

Method log

src/main/java/core/org/xbill/DNS/PacketLogger.java:10–10  ·  view source on GitHub ↗
(String prefix, SocketAddress local, SocketAddress remote,
                    byte [] data)

Source from the content-addressed store, hash-verified

8 */
9public interface PacketLogger {
10 public void log(String prefix, SocketAddress local, SocketAddress remote,
11 byte [] data);
12}

Callers 15

startListenMethod · 0.65
runMethod · 0.65
runMethod · 0.65
runMethod · 0.65
createMethod · 0.65
runMethod · 0.65
onChunkReceivedMethod · 0.65
runMethod · 0.65
runMethod · 0.65
runMethod · 0.65

Implementers 1

Loggingsrc/main/java/core/packetproxy/util/Lo

Calls

no outgoing calls

Tested by 4

runMethod · 0.52
runMethod · 0.52
runMethod · 0.52
runMethod · 0.52