Uses of Interface
org.cometd.common.JSONContext.Client
-
Packages that use JSONContext.Client Package Description org.cometd.client.transport org.cometd.common org.cometd.oort -
-
Uses of JSONContext.Client in org.cometd.client.transport
Methods in org.cometd.client.transport that return JSONContext.Client Modifier and Type Method Description protected JSONContext.Client
ClientTransport. getJSONContextClient()
-
Uses of JSONContext.Client in org.cometd.common
Classes in org.cometd.common that implement JSONContext.Client Modifier and Type Class Description class
JacksonJSONContextClient
class
JettyJSONContextClient
-
Uses of JSONContext.Client in org.cometd.oort
Methods in org.cometd.oort that return JSONContext.Client Modifier and Type Method Description JSONContext.Client
Oort. getJSONContextClient()
Methods in org.cometd.oort with parameters of type JSONContext.Client Modifier and Type Method Description void
Oort. setJSONContextClient(JSONContext.Client jsonContext)
-