public class MkCalendarProtocol extends java.lang.Object implements IDavProtocol<MkCalQuery,MkCalResponse>
Constructor and Description |
---|
MkCalendarProtocol() |
Modifier and Type | Method and Description |
---|---|
void |
execute(LoggedCore lc,
MkCalQuery query,
io.vertx.core.Handler<MkCalResponse> handler) |
void |
parse(io.vertx.core.http.HttpServerRequest r,
DavResource davRes,
io.vertx.core.Handler<MkCalQuery> handler) |
void |
write(MkCalResponse response,
io.vertx.core.http.HttpServerResponse sr)
2015-08-10 09:42:38,561 [main] n.b.d.s.t.DavClient INFO - MKCALENDAR /calendars/__uids__/CE783F05-AA04-4F90-AF3E-1A8C3C3D9976/tasks_todolist:ju1439192558561/ with template mkcalendar_vtodo.xml
2015-08-10 09:42:38,698 [main] n.b.d.s.t.DavClient INFO - S[3]: 201 Created in 133ms.
|
public void parse(io.vertx.core.http.HttpServerRequest r, DavResource davRes, io.vertx.core.Handler<MkCalQuery> handler)
parse
in interface IDavProtocol<MkCalQuery,MkCalResponse>
public void execute(LoggedCore lc, MkCalQuery query, io.vertx.core.Handler<MkCalResponse> handler)
execute
in interface IDavProtocol<MkCalQuery,MkCalResponse>
public void write(MkCalResponse response, io.vertx.core.http.HttpServerResponse sr)
2015-08-10 09:42:38,561 [main] n.b.d.s.t.DavClient INFO - MKCALENDAR /calendars/__uids__/CE783F05-AA04-4F90-AF3E-1A8C3C3D9976/tasks_todolist:ju1439192558561/ with template mkcalendar_vtodo.xml 2015-08-10 09:42:38,698 [main] n.b.d.s.t.DavClient INFO - S[3]: 201 Created in 133ms. 2015-08-10 09:42:38,698 [main] n.b.d.s.t.DavClient INFO - S[3]: HEADER Content-Length: 0 2015-08-10 09:42:38,698 [main] n.b.d.s.t.DavClient INFO - S[3]: HEADER Strict-Transport-Security: max-age=604800 2015-08-10 09:42:38,698 [main] n.b.d.s.t.DavClient INFO - S[3]: HEADER Server: Twisted/13.2.0 TwistedWeb/9.0.0 2015-08-10 09:42:38,698 [main] n.b.d.s.t.DavClient INFO - S[3]: HEADER DAV: 1, access-control, calendar-access, calendar-schedule, calendar-auto-schedule, calendar-availability, inbox-availability, calendar-proxy, calendarserver-private-events, calendarserver-private-comments, calendarserver-sharing, calendarserver-sharing-no-scheduling, calendar-query-extended, calendar-default-alarms, calendar-managed-attachments, calendarserver-partstat-changes, calendar-no-timezone, calendarserver-recurrence-split, addressbook, extended-mkcol, calendarserver-principal-property-search, calendarserver-principal-search, calendarserver-home-sync 2015-08-10 09:42:38,698 [main] n.b.d.s.t.DavClient INFO - S[3]: HEADER ETag: "5158851f3da2cbec0520a2a32104f132" 2015-08-10 09:42:38,698 [main] n.b.d.s.t.DavClient INFO - S[3]: HEADER Date: Mon, 10 Aug 2015 07:42:38 GMT 2015-08-10 09:42:38,698 [main] n.b.d.s.t.DavClient INFO - S[3]: HEADER Last-Modified: Mon, 10 Aug 2015 07:42:38 GMT 2015-08-10 09:42:38,698 [main] n.b.d.s.t.DavClient INFO - S[3]: HEADER Connection: close
write
in interface IDavProtocol<MkCalQuery,MkCalResponse>
Copyright © 2021. All Rights Reserved.