public class VEventStuffPostProtocol extends java.lang.Object implements IDavProtocol<VEventStuffPostProtocol.VEventStuffContext,java.lang.Object>
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
VEventStuffPostProtocol.VEventStuffContext  | 
| Constructor and Description | 
|---|
VEventStuffPostProtocol()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
execute(LoggedCore lc,
       VEventStuffPostProtocol.VEventStuffContext ctx,
       io.vertx.core.Handler<java.lang.Object> handler)  | 
void | 
parse(io.vertx.core.http.HttpServerRequest r,
     DavResource davRes,
     io.vertx.core.Handler<VEventStuffPostProtocol.VEventStuffContext> handler)  | 
void | 
write(java.lang.Object resp,
     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<VEventStuffPostProtocol.VEventStuffContext> handler)
parse in interface IDavProtocol<VEventStuffPostProtocol.VEventStuffContext,java.lang.Object>public void execute(LoggedCore lc, VEventStuffPostProtocol.VEventStuffContext ctx, io.vertx.core.Handler<java.lang.Object> handler)
execute in interface IDavProtocol<VEventStuffPostProtocol.VEventStuffContext,java.lang.Object>public void write(java.lang.Object resp,
                  io.vertx.core.http.HttpServerResponse sr)
write in interface IDavProtocol<VEventStuffPostProtocol.VEventStuffContext,java.lang.Object>Copyright © 2023. All Rights Reserved.