public class PropFindProtocol extends java.lang.Object implements IDavProtocol<PropFindQuery,PropFindResponse>
| Constructor and Description |
|---|
PropFindProtocol() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(LoggedCore lc,
PropFindQuery query,
io.vertx.core.Handler<PropFindResponse> handler) |
void |
parse(io.vertx.core.http.HttpServerRequest r,
DavResource davRes,
io.vertx.core.Handler<PropFindQuery> handler) |
void |
write(PropFindResponse 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<PropFindQuery> handler)
parse in interface IDavProtocol<PropFindQuery,PropFindResponse>public void execute(LoggedCore lc, PropFindQuery query, io.vertx.core.Handler<PropFindResponse> handler)
execute in interface IDavProtocol<PropFindQuery,PropFindResponse>public void write(PropFindResponse response, io.vertx.core.http.HttpServerResponse sr)
write in interface IDavProtocol<PropFindQuery,PropFindResponse>Copyright © 2024. All Rights Reserved.