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

Method getEncoder

src/main/java/core/packetproxy/model/Packet.java:242–244  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

240 }
241
242 public String getEncoder() {
243 return this.encoder_name;
244 }
245
246 public String getAlpn() {
247 return this.alpn;

Callers 4

getOneShotPacketMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected