this.methods = new HashMap();
this.methods.put("DELETE", new DELETE());
this.methods.put("GET", new GET());
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());