public class CaldavConnection.CaldavResponse extends CaldavConnection.ChunkedResponse
| Modifier | Constructor and Description |
|---|---|
protected |
CaldavResponse(int status) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendCalendarData(String ics) |
void |
appendContactData(String vcard) |
void |
appendHrefProperty(String propertyName,
String propertyValue) |
void |
appendProperty(String propertyName) |
void |
appendProperty(String propertyName,
String propertyValue) |
void |
appendProperty(String propertyName,
String namespace,
String propertyValue) |
void |
appendPropstatNotFound() |
void |
endMultistatus() |
void |
endPropStatOK() |
void |
endRecipientResponse() |
void |
endResponse() |
void |
endScheduleResponse() |
void |
startMultistatus() |
void |
startPropstat() |
void |
startRecipientResponse(String recipient) |
void |
startResponse(String href) |
void |
startScheduleResponse() |
append, closeprotected CaldavResponse(int status)
throws IOException
IOExceptionpublic void startMultistatus()
throws IOException
IOExceptionpublic void startResponse(String href) throws IOException
IOExceptionpublic void startPropstat()
throws IOException
IOExceptionpublic void appendCalendarData(String ics) throws IOException
IOExceptionpublic void appendContactData(String vcard) throws IOException
IOExceptionpublic void appendHrefProperty(String propertyName, String propertyValue) throws IOException
IOExceptionpublic void appendProperty(String propertyName) throws IOException
IOExceptionpublic void appendProperty(String propertyName, String propertyValue) throws IOException
IOExceptionpublic void appendProperty(String propertyName, String namespace, String propertyValue) throws IOException
IOExceptionpublic void endPropStatOK()
throws IOException
IOExceptionpublic void appendPropstatNotFound()
throws IOException
IOExceptionpublic void endResponse()
throws IOException
IOExceptionpublic void endMultistatus()
throws IOException
IOExceptionpublic void startScheduleResponse()
throws IOException
IOExceptionpublic void startRecipientResponse(String recipient) throws IOException
IOExceptionpublic void endRecipientResponse()
throws IOException
IOExceptionpublic void endScheduleResponse()
throws IOException
IOExceptionCopyright © 2001–2025 MickaĆ«l Guessant. All rights reserved.