Package org.cometd.client.ext
Class TimestampClientExtension
java.lang.Object
org.cometd.client.ext.TimestampClientExtension
- All Implemented Interfaces:
ClientSession.Extension
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleansend(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
-