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