Class JettyJSONContextClient

java.lang.Object
org.cometd.common.JettyJSONContext<org.cometd.bayeux.Message.Mutable>
org.cometd.common.JettyJSONContextClient
All Implemented Interfaces:
JSONContext<org.cometd.bayeux.Message.Mutable>, JSONContext.Client

public class JettyJSONContextClient extends JettyJSONContext<org.cometd.bayeux.Message.Mutable> implements JSONContext.Client
  • Constructor Details

    • JettyJSONContextClient

      public JettyJSONContextClient()
  • Method Details

    • newMessage

      protected org.cometd.bayeux.Message.Mutable newMessage()
      Specified by:
      newMessage in class JettyJSONContext<org.cometd.bayeux.Message.Mutable>