protected 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, close
protected CaldavResponse(int status) throws IOException
IOException
public void startMultistatus() throws IOException
IOException
public void startResponse(String href) throws IOException
IOException
public void startPropstat() throws IOException
IOException
public void appendCalendarData(String ics) throws IOException
IOException
public void appendContactData(String vcard) throws IOException
IOException
public void appendHrefProperty(String propertyName, String propertyValue) throws IOException
IOException
public void appendProperty(String propertyName) throws IOException
IOException
public void appendProperty(String propertyName, String propertyValue) throws IOException
IOException
public void appendProperty(String propertyName, String namespace, String propertyValue) throws IOException
IOException
public void endPropStatOK() throws IOException
IOException
public void appendPropstatNotFound() throws IOException
IOException
public void endResponse() throws IOException
IOException
public void endMultistatus() throws IOException
IOException
public void startScheduleResponse() throws IOException
IOException
public void startRecipientResponse(String recipient) throws IOException
IOException
public void endRecipientResponse() throws IOException
IOException
public void endScheduleResponse() throws IOException
IOException
Copyright © 2001–2024 MickaĆ«l Guessant. All rights reserved.