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,
       org.vertx.java.core.Handler<ReportResponse> handler)  | 
void | 
parse(org.vertx.java.core.http.HttpServerRequest r,
     DavResource davRes,
     org.vertx.java.core.Handler<ReportQuery> handler)  | 
void | 
write(ReportResponse response,
     org.vertx.java.core.http.HttpServerResponse sr)  | 
public static final IProtocolFactory<ReportQuery,ReportResponse> FACTORY
public void parse(org.vertx.java.core.http.HttpServerRequest r,
                  DavResource davRes,
                  org.vertx.java.core.Handler<ReportQuery> handler)
parse in interface IDavProtocol<ReportQuery,ReportResponse>public void execute(LoggedCore lc, ReportQuery query, org.vertx.java.core.Handler<ReportResponse> handler)
execute in interface IDavProtocol<ReportQuery,ReportResponse>public void write(ReportResponse response, org.vertx.java.core.http.HttpServerResponse sr)
write in interface IDavProtocol<ReportQuery,ReportResponse>Copyright © 2021. All Rights Reserved.