Class WebClientUtils


  • public final class WebClientUtils
    extends java.lang.Object
    Utility class containing miscellaneous WebClient-related methods.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void attachVisualDebugger​(WebClient client)
      Attaches a visual (GUI) debugger to the specified client.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • attachVisualDebugger

        public static void attachVisualDebugger​(WebClient client)
        Attaches a visual (GUI) debugger to the specified client.
        Parameters:
        client - the client to which the visual debugger is to be attached
        See Also:
        Mozilla Rhino Debugger Documentation