org.mortbay.cometd
Class MessagePool
java.lang.Object
org.mortbay.cometd.MessagePool
- Direct Known Subclasses:
- AbstractBayeux, BayeuxClient
public class MessagePool
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessagePool
public MessagePool()
MessagePool
public MessagePool(int capacity)
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 MessageImpl newMessage()
newMessage
public MessageImpl newMessage(org.cometd.Message associated)
recycleMessage
public void recycleMessage(MessageImpl message)
parse
public org.cometd.Message[] parse(java.io.Reader reader)
throws java.io.IOException
- Throws:
java.io.IOException
parse
public org.cometd.Message[] parse(java.lang.String s)
throws java.io.IOException
- Throws:
java.io.IOException
parseTo
public void parseTo(java.lang.String fodder,
java.util.List<org.cometd.Message> messages)
Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.