this.methods.put("HEAD", new HEAD());
this.methods.put("MKCOL", new MKCOL());
this.methods.put("MOVE", new MOVE());
this.methods.put("OPTIONS", new OPTIONS());
this.methods.put("PROPFIND", new PROPFIND());
this.methods.put("PROPPATCH", new PROPPATCH());
this.methods.put("PUT", new PUT());
this.methods.put("COPY", new COPY());
Map.Entry entry;
for (Iterator it = methodImpls.entrySet().iterator(); it.hasNext();) {