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,
io.vertx.core.Handler<MoveResponse> handler) |
void |
parse(io.vertx.core.http.HttpServerRequest r,
DavResource davRes,
io.vertx.core.Handler<MoveQuery> handler) |
void |
write(MoveResponse 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<MoveQuery> handler)
parse in interface IDavProtocol<MoveQuery,MoveResponse>public void execute(LoggedCore lc, MoveQuery query, io.vertx.core.Handler<MoveResponse> handler)
execute in interface IDavProtocol<MoveQuery,MoveResponse>public void write(MoveResponse response, io.vertx.core.http.HttpServerResponse sr)
write in interface IDavProtocol<MoveQuery,MoveResponse>Copyright © 2024. All Rights Reserved.