Uses of Interface
org.cometd.common.JSONContext
-
Packages that use JSONContext Package Description org.cometd.common org.cometd.server -
-
Uses of JSONContext in org.cometd.common
Subinterfaces of JSONContext in org.cometd.common Modifier and Type Interface Description static interfaceJSONContext.ClientClient specificJSONContextthat binds toMessage.Mutable.Classes in org.cometd.common that implement JSONContext Modifier and Type Class Description classJacksonJSONContextClientclassJettyJSONContextClientConstructors in org.cometd.common with parameters of type JSONContext Constructor Description BufferingJSONAsyncParser(JSONContext<? extends Message.Mutable> jsonContext) -
Uses of JSONContext in org.cometd.server
Subinterfaces of JSONContext in org.cometd.server Modifier and Type Interface Description interfaceJSONContextServerServer specificJSONContextthat binds toServerMessage.Mutable.Classes in org.cometd.server that implement JSONContext Modifier and Type Class Description classJacksonJSONContextServerclassJettyJSONContextServer
-