Class OortObjectDocs.MyCustomJSONContextServer

java.lang.Object
org.cometd.common.JettyJSONContext<org.cometd.bayeux.server.ServerMessage.Mutable>
org.cometd.server.JettyJSONContextServer
org.cometd.documentation.oort.OortObjectDocs.MyCustomJSONContextServer
All Implemented Interfaces:
org.cometd.common.JSONContext<org.cometd.bayeux.server.ServerMessage.Mutable>, JSONContextServer
Enclosing class:
OortObjectDocs

public class OortObjectDocs.MyCustomJSONContextServer extends JettyJSONContextServer
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.cometd.common.JettyJSONContext

    org.cometd.common.JettyJSONContext.AsyncJSONFactory, org.cometd.common.JettyJSONContext.AsyncJSONParser, org.cometd.common.JettyJSONContext.JSONGenerator

    Nested classes/interfaces inherited from interface org.cometd.common.JSONContext

    org.cometd.common.JSONContext.AsyncParser, org.cometd.common.JSONContext.Client, org.cometd.common.JSONContext.Generator, org.cometd.common.JSONContext.Parser
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.cometd.server.JettyJSONContextServer

    generate, getGenerator, newAsyncParser, newRoot, newRootArray

    Methods inherited from class org.cometd.common.JettyJSONContext

    generate, getAsyncJSONFactory, getJSON, getParser, parse, parse, parse, putConvertor

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.cometd.common.JSONContext

    generate, getParser, parse, parse, parse
  • Constructor Details

    • MyCustomJSONContextServer

      public MyCustomJSONContextServer()