Class JettyJSONContext.AsyncJSONParser

java.lang.Object
org.cometd.common.JettyJSONContext.AsyncJSONParser
All Implemented Interfaces:
JSONContext.AsyncParser
Enclosing class:
JettyJSONContext<M extends Message.Mutable>

protected static class JettyJSONContext.AsyncJSONParser extends Object implements JSONContext.AsyncParser
  • Constructor Details

    • AsyncJSONParser

      public AsyncJSONParser(org.eclipse.jetty.util.ajax.AsyncJSON asyncJSON)
  • Method Details

    • parse

      public void parse(ByteBuffer buffer)
      Specified by:
      parse in interface JSONContext.AsyncParser
      Parameters:
      buffer - the buffer chunk to parse
    • complete

      public <R> R complete()
      Description copied from interface: JSONContext.AsyncParser

      Signals the end of the JSON string content to this parser and returns the parsed object.

      Specified by:
      complete in interface JSONContext.AsyncParser
      Type Parameters:
      R - the type to cast the result to
      Returns:
      the result of the JSON parsing