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

    • newRoot

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

      protected org.cometd.bayeux.Message.Mutable[] newRootArray(int size)
      Specified by:
      newRootArray in class JettyJSONContext<org.cometd.bayeux.Message.Mutable>