Package org.cometd.server.ext
Class TimestampExtension
java.lang.Object
org.cometd.server.ext.TimestampExtension
- All Implemented Interfaces:
BayeuxServer.Extension
-
Constructor Summary
ConstructorsConstructorDescriptionTimestampExtension(String format) TimestampExtension(String format, TimeZone tz) -
Method Summary
Modifier and TypeMethodDescriptionbooleansend(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
-