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