public class JSONDocs extends Object
Modifier and Type | Class and Description |
---|---|
class |
JSONDocs.EchoInfo |
class |
JSONDocs.EchoInfoConvertor |
Constructor and Description |
---|
JSONDocs() |
Modifier and Type | Method and Description |
---|---|
static void |
clientConfig(org.eclipse.jetty.client.HttpClient httpClient,
String cometdURL) |
void |
clientConvertor(org.cometd.client.BayeuxClient bayeuxClient) |
void |
configureArrayConverter(org.cometd.bayeux.server.BayeuxServer bayeuxServer) |
void |
configureConvertor(org.cometd.bayeux.server.BayeuxServer bayeuxServer) |
static void |
portability(org.cometd.bayeux.server.ServerMessage message) |
JSONDocs.EchoInfo |
readFromConfigFile(org.cometd.bayeux.server.BayeuxServer bayeuxServer) |
void |
writeToConfigFile(org.cometd.bayeux.server.BayeuxServer bayeuxServer,
JSONDocs.EchoInfo info) |
public static void clientConfig(org.eclipse.jetty.client.HttpClient httpClient, String cometdURL)
public JSONDocs.EchoInfo readFromConfigFile(org.cometd.bayeux.server.BayeuxServer bayeuxServer) throws IOException, ParseException
IOException
ParseException
public void writeToConfigFile(org.cometd.bayeux.server.BayeuxServer bayeuxServer, JSONDocs.EchoInfo info) throws IOException
IOException
public static void portability(org.cometd.bayeux.server.ServerMessage message)
public void configureConvertor(org.cometd.bayeux.server.BayeuxServer bayeuxServer)
public void configureArrayConverter(org.cometd.bayeux.server.BayeuxServer bayeuxServer)
public void clientConvertor(org.cometd.client.BayeuxClient bayeuxClient)
Copyright © 2008–2023 The CometD Project. All rights reserved.