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