org.mortbay.cometd
Class MessagePool
java.lang.Object
org.mortbay.cometd.MessagePool
- Direct Known Subclasses:
- AbstractBayeux, BayeuxClient
public class MessagePool
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessagePool
public MessagePool()
getJSON
public JSON getJSON()
- Returns:
- the
JSON
instance used to convert data and ext fields
setJSON
public void setJSON(JSON json)
- Parameters:
json
- the JSON
instance used to convert data and ext fields
getMsgJSON
public JSON getMsgJSON()
- Returns:
- the
JSON
instance used to convert bayeux messages
setMsgJSON
public void setMsgJSON(JSON msgJSON)
- Parameters:
msgJSON
- the JSON
instance used to convert bayeux messages
getBatchJSON
public JSON getBatchJSON()
- Returns:
- the
JSON
instance used to convert batches of bayeux messages
setBatchJSON
public void setBatchJSON(JSON batchJSON)
- Parameters:
batchJSON
- the JSON
instance used to convert batches of bayeux messages
newMessage
public Message newMessage()
recycleMessage
public void recycleMessage(MessageImpl message)
parse
public Message[] parse(Reader reader)
throws IOException
- Throws:
IOException
parse
public Message[] parse(String s)
throws IOException
- Throws:
IOException
parseTo
public void parseTo(String fodder,
List<Message> messages)
Copyright © 2009 Mort Bay Consulting. All Rights Reserved.