Package org.cometd.documentation
Class JSONDocs
java.lang.Object
org.cometd.documentation.JSONDocs
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
clientConfig(org.eclipse.jetty.client.HttpClient httpClient, String cometdURL)
void
clientConvertor(org.cometd.client.BayeuxClient bayeuxClient)
void
configureConvertor(org.cometd.bayeux.server.BayeuxServer bayeuxServer)
static void
portability(org.cometd.bayeux.server.ServerMessage message)
readFromConfigFile(org.cometd.bayeux.server.BayeuxServer bayeuxServer)
void
writeToConfigFile(org.cometd.bayeux.server.BayeuxServer bayeuxServer, JSONDocs.EchoInfo info)
-
Constructor Details
-
JSONDocs
public JSONDocs()
-
-
Method Details
-
clientConfig
-
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)
-