Uses of Interface
org.cometd.common.JSONContext.AsyncParser
-
Packages that use JSONContext.AsyncParser Package Description org.cometd.common org.cometd.server -
-
Uses of JSONContext.AsyncParser in org.cometd.common
Classes in org.cometd.common that implement JSONContext.AsyncParser Modifier and Type Class Description classBufferingJSONAsyncParserAJSONContext.AsyncParserthat parses an array of Bayeux messages.protected static classJettyJSONContext.AsyncJSONParserMethods in org.cometd.common that return JSONContext.AsyncParser Modifier and Type Method Description JSONContext.AsyncParserJacksonJSONContext. newAsyncParser()JSONContext.AsyncParserJettyJSONContext. newAsyncParser()default JSONContext.AsyncParserJSONContext. newAsyncParser() -
Uses of JSONContext.AsyncParser in org.cometd.server
Methods in org.cometd.server that return JSONContext.AsyncParser Modifier and Type Method Description JSONContext.AsyncParserJettyJSONContextServer. newAsyncParser()
-