Class HttpTesting


  • @Beta
    public final class HttpTesting
    extends java.lang.Object
    Beta
    Utilities and constants related to testing the HTTP library.
    Since:
    1.6
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static GenericUrl SIMPLE_GENERIC_URL
      A simple generic URL for testing of value SIMPLE_URL.
      static java.lang.String SIMPLE_URL
      A simple string URL for testing of value "http://google.com/".
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private HttpTesting()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • SIMPLE_URL

        public static final java.lang.String SIMPLE_URL
        A simple string URL for testing of value "http://google.com/".
        See Also:
        Constant Field Values
      • SIMPLE_GENERIC_URL

        public static final GenericUrl SIMPLE_GENERIC_URL
        A simple generic URL for testing of value SIMPLE_URL.
    • Constructor Detail

      • HttpTesting

        private HttpTesting()