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

Method getMethod

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

Source from the content-addressed store, hash-verified

270 }
271
272 public String getMethod() {
273 return this.method;
274 }
275
276 public String getHost() {
277 return header.getValue("Host").orElse(null);

Callers 15

MetaDataTestMethod · 0.95
generateTestMetaDataMethod · 0.95
onChunkReceivedMethod · 0.95
getSummarizedRequestMethod · 0.95
encodeClientRequestMethod · 0.95
getSummarizedRequestMethod · 0.95
getSummarizedRequestMethod · 0.95
actionPerformedMethod · 0.95
buildMethod · 0.95
actionPerformedMethod · 0.95
encodeFromHttpMethod · 0.95

Calls

no outgoing calls

Tested by 3

MetaDataTestMethod · 0.76
generateTestMetaDataMethod · 0.76