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