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 interface
JSONContext.Client
Client specificJSONContext
that binds toMessage.Mutable
.Classes in org.cometd.common that implement JSONContext Modifier and Type Class Description class
JacksonJSONContextClient
class
JettyJSONContextClient
Constructors 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 interface
JSONContextServer
Server specificJSONContext
that binds toServerMessage.Mutable
.Classes in org.cometd.server that implement JSONContext Modifier and Type Class Description class
JacksonJSONContextServer
class
JettyJSONContextServer
-