Class DebugInfoRequest

  • All Implemented Interfaces:
    DebugInfo

    public class DebugInfoRequest
    extends Object
    implements DebugInfo
    Request debug information.
    • Method Detail

      • getName

        public String getName()
        Description copied from interface: DebugInfo
        Gets the name of this debug information part, useful as title.
        Specified by:
        getName in interface DebugInfo
        Returns:
        the name
      • appendJson

        public void appendJson​(JsonStreamWriter jsonStreamWriter)
                        throws IOException
        Description copied from interface: DebugInfo
        Appends the content of this debug information part to the given JSON stream writer.
        Specified by:
        appendJson in interface DebugInfo
        Parameters:
        jsonStreamWriter - a JSON stream writer
        Throws:
        IOException