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

Method getHost

src/main/java/core/packetproxy/http/Http.java:276–278  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

274 }
275
276 public String getHost() {
277 return header.getValue("Host").orElse(null);
278 }
279
280 public void setQuery(String query) {
281 this.queryString = new QueryString(query);

Callers 4

toByteArrayMethod · 0.95
createFromURIMethod · 0.45

Calls 1

getValueMethod · 0.45