Class JSONDocs

java.lang.Object
org.cometd.documentation.JSONDocs

public class JSONDocs extends Object
  • Constructor Details

    • JSONDocs

      public JSONDocs()
  • Method Details

    • clientConfig

      public static void clientConfig(org.eclipse.jetty.client.HttpClient httpClient, String cometdURL)
    • readFromConfigFile

      public JSONDocs.EchoInfo readFromConfigFile(org.cometd.bayeux.server.BayeuxServer bayeuxServer) throws IOException, ParseException
      Throws:
      IOException
      ParseException
    • writeToConfigFile

      public void writeToConfigFile(org.cometd.bayeux.server.BayeuxServer bayeuxServer, JSONDocs.EchoInfo info) throws IOException
      Throws:
      IOException
    • portability

      public static void portability(org.cometd.bayeux.server.ServerMessage message)
    • configureConvertor

      public void configureConvertor(org.cometd.bayeux.server.BayeuxServer bayeuxServer)
    • clientConvertor

      public void clientConvertor(org.cometd.client.BayeuxClient bayeuxClient)