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 TypeMethodDescriptionboolean
send
(ClientSession session, org.cometd.bayeux.Message.Mutable message) boolean
sendMeta
(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
-
Constructor Details
-
TimestampClientExtension
public TimestampClientExtension()
-
-
Method Details
-
send
- Specified by:
send
in interfaceClientSession.Extension
-
sendMeta
- Specified by:
sendMeta
in interfaceClientSession.Extension
-