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 class
BufferingJSONAsyncParser
AJSONContext.AsyncParser
that parses an array of Bayeux messages.protected static class
JettyJSONContext.AsyncJSONParser
Methods in org.cometd.common that return JSONContext.AsyncParser Modifier and Type Method Description JSONContext.AsyncParser
JacksonJSONContext. newAsyncParser()
JSONContext.AsyncParser
JettyJSONContext. newAsyncParser()
default JSONContext.AsyncParser
JSONContext. newAsyncParser()
-
Uses of JSONContext.AsyncParser in org.cometd.server
Methods in org.cometd.server that return JSONContext.AsyncParser Modifier and Type Method Description JSONContext.AsyncParser
JettyJSONContextServer. newAsyncParser()
-