public interface IDavProtocol<Q,R>
Modifier and Type | Method and Description |
---|---|
void |
execute(LoggedCore lc,
Q query,
io.vertx.core.Handler<R> handler) |
void |
parse(io.vertx.core.http.HttpServerRequest r,
DavResource davRes,
io.vertx.core.Handler<Q> handler) |
void |
write(R response,
io.vertx.core.http.HttpServerResponse sr) |
void parse(io.vertx.core.http.HttpServerRequest r, DavResource davRes, io.vertx.core.Handler<Q> handler)
void execute(LoggedCore lc, Q query, io.vertx.core.Handler<R> handler)
void write(R response, io.vertx.core.http.HttpServerResponse sr)
Copyright © 2021. All Rights Reserved.