public class MoveProtocol extends java.lang.Object implements IDavProtocol<MoveQuery,MoveResponse>
| Constructor and Description | 
|---|
MoveProtocol()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
execute(LoggedCore lc,
       MoveQuery query,
       org.vertx.java.core.Handler<MoveResponse> handler)  | 
void | 
parse(org.vertx.java.core.http.HttpServerRequest r,
     DavResource davRes,
     org.vertx.java.core.Handler<MoveQuery> handler)  | 
void | 
write(MoveResponse response,
     org.vertx.java.core.http.HttpServerResponse sr)  | 
public void parse(org.vertx.java.core.http.HttpServerRequest r,
                  DavResource davRes,
                  org.vertx.java.core.Handler<MoveQuery> handler)
parse in interface IDavProtocol<MoveQuery,MoveResponse>public void execute(LoggedCore lc, MoveQuery query, org.vertx.java.core.Handler<MoveResponse> handler)
execute in interface IDavProtocol<MoveQuery,MoveResponse>public void write(MoveResponse response, org.vertx.java.core.http.HttpServerResponse sr)
write in interface IDavProtocol<MoveQuery,MoveResponse>Copyright © 2021. All Rights Reserved.