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
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, waitMethods inherited from interface org.cometd.bayeux.client.ClientSession.Extension
incoming, outgoing, rcv, rcvMeta
-
Constructor Details
-
TimestampClientExtension
public TimestampClientExtension()
-
-
Method Details
-
send
- Specified by:
sendin interfaceClientSession.Extension
-
sendMeta
- Specified by:
sendMetain interfaceClientSession.Extension
-