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