Uses of Interface
org.cometd.common.JSONContext
-
Uses of JSONContext in org.cometd.common
Modifier and TypeInterfaceDescriptionstatic interface
Client specificJSONContext
that binds toMessage.Mutable
.ModifierConstructorDescriptionBufferingJSONAsyncParser
(JSONContext<? extends Message.Mutable> jsonContext) -
Uses of JSONContext in org.cometd.server
Modifier and TypeInterfaceDescriptioninterface
Server specificJSONContext
that binds toServerMessage.Mutable
.