public class Muffins extends Object
Modifier and Type | Method and Description |
---|---|
protected static FileContents |
accessMuffin(URL cookieURL,
MessageReceiver<SimpleMessage> msg)
Internal function returning the access object
|
static String |
retrieveMuffin(URL cookieURL,
String cookieEncoding,
MessageReceiver<SimpleMessage> msg)
Read the content of the cookie/muffin identified by the URL into a string.
|
static boolean |
writeMuffin(URL url,
String data,
String cookieEncoding,
MessageReceiver<SimpleMessage> msg)
Write the string contents into the cookie/muffin identified by the URL.
|
protected static FileContents accessMuffin(URL cookieURL, MessageReceiver<SimpleMessage> msg)
public static String retrieveMuffin(URL cookieURL, String cookieEncoding, MessageReceiver<SimpleMessage> msg)
public static boolean writeMuffin(URL url, String data, String cookieEncoding, MessageReceiver<SimpleMessage> msg)
see also the complete user documentation .