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

Method removeAll

src/main/java/core/packetproxy/http/HttpHeader.java:124–126  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

122 }
123
124 public void removeAll(String name) {
125 fields.removeIf(h -> h.getName().equalsIgnoreCase(name));
126 }
127
128 public void removeMatches(String regex) {
129 fields.removeIf(h -> h.getName().matches(regex));

Callers 3

onChunkReceivedMethod · 0.45
getCookedBodyMethod · 0.45
removeHeaderMethod · 0.45

Calls 1

getNameMethod · 0.65

Tested by

no test coverage detected