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