public class PushProtocol extends java.lang.Object implements IDavProtocol<PushQuery,PushResponse>
| Constructor and Description | 
|---|
PushProtocol()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
execute(LoggedCore lc,
       PushQuery query,
       io.vertx.core.Handler<PushResponse> handler)  | 
void | 
parse(io.vertx.core.http.HttpServerRequest r,
     DavResource davRes,
     io.vertx.core.Handler<PushQuery> handler)  | 
void | 
write(PushResponse response,
     io.vertx.core.http.HttpServerResponse sr)  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlogReqpublic void parse(io.vertx.core.http.HttpServerRequest r,
                  DavResource davRes,
                  io.vertx.core.Handler<PushQuery> handler)
parse in interface IDavProtocol<PushQuery,PushResponse>public void execute(LoggedCore lc, PushQuery query, io.vertx.core.Handler<PushResponse> handler)
execute in interface IDavProtocol<PushQuery,PushResponse>public void write(PushResponse response, io.vertx.core.http.HttpServerResponse sr)
write in interface IDavProtocol<PushQuery,PushResponse>Copyright © 2023. All Rights Reserved.