Class WebClientUtils


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

      Constructors 
      Modifier Constructor Description
      private WebClientUtils()
      Disallow instantiation of this class.
    • 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
    • Constructor Detail

      • WebClientUtils

        private WebClientUtils()
        Disallow instantiation of this class.
    • 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