Package org.cometd.client.ext
Class TimestampClientExtension
- java.lang.Object
-
- org.cometd.client.ext.TimestampClientExtension
-
- All Implemented Interfaces:
ClientSession.Extension
public class TimestampClientExtension extends Object implements ClientSession.Extension
-
-
Constructor Summary
Constructors Constructor Description TimestampClientExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleansend(ClientSession session, org.cometd.bayeux.Message.Mutable message)booleansendMeta(ClientSession session, org.cometd.bayeux.Message.Mutable message)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.cometd.bayeux.client.ClientSession.Extension
incoming, outgoing, rcv, rcvMeta
-
-
-
-
Method Detail
-
send
public boolean send(ClientSession session, org.cometd.bayeux.Message.Mutable message)
- Specified by:
sendin interfaceClientSession.Extension
-
sendMeta
public boolean sendMeta(ClientSession session, org.cometd.bayeux.Message.Mutable message)
- Specified by:
sendMetain interfaceClientSession.Extension
-
-