Package org.cometd.server.ext
Class TimestampExtension
java.lang.Object
org.cometd.server.ext.TimestampExtension
- All Implemented Interfaces:
BayeuxServer.Extension
public class TimestampExtension extends Object implements BayeuxServer.Extension
-
Constructor Summary
Constructors Constructor Description TimestampExtension()TimestampExtension(String format)TimestampExtension(String format, TimeZone tz) -
Method Summary
Modifier and Type Method Description booleansend(ServerSession from, ServerSession to, ServerMessage.Mutable message)booleansendMeta(ServerSession to, ServerMessage.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.server.BayeuxServer.Extension
incoming, outgoing, rcv, rcvMeta
-
Constructor Details
-
TimestampExtension
public TimestampExtension() -
TimestampExtension
-
TimestampExtension
-
-
Method Details
-
send
- Specified by:
sendin interfaceBayeuxServer.Extension
-
sendMeta
- Specified by:
sendMetain interfaceBayeuxServer.Extension
-