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