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