Class TimestampClientExtension

java.lang.Object
org.cometd.client.ext.TimestampClientExtension
All Implemented Interfaces:
ClientSession.Extension

public class TimestampClientExtension
extends java.lang.Object
implements ClientSession.Extension
  • Constructor Summary

    Constructors
    Constructor Description
    TimestampClientExtension()  
  • Method Summary

    Modifier and Type Method Description
    boolean 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