public class PutProtocol extends java.lang.Object implements IDavProtocol<PutQuery,PutResponse>
| Constructor and Description | 
|---|
PutProtocol()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
execute(LoggedCore lc,
       PutQuery query,
       io.vertx.core.Handler<PutResponse> handler)  | 
void | 
parse(io.vertx.core.http.HttpServerRequest r,
     DavResource davRes,
     io.vertx.core.Handler<PutQuery> handler)  | 
void | 
write(PutResponse response,
     io.vertx.core.http.HttpServerResponse sr)  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlogReqpublic void parse(io.vertx.core.http.HttpServerRequest r,
                  DavResource davRes,
                  io.vertx.core.Handler<PutQuery> handler)
parse in interface IDavProtocol<PutQuery,PutResponse>public void execute(LoggedCore lc, PutQuery query, io.vertx.core.Handler<PutResponse> handler)
execute in interface IDavProtocol<PutQuery,PutResponse>public void write(PutResponse response, io.vertx.core.http.HttpServerResponse sr)
write in interface IDavProtocol<PutQuery,PutResponse>Copyright © 2023. All Rights Reserved.