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