Class InternalHttpClient.RequestOptions

  • Enclosing class:
    InternalHttpClient

    public static class InternalHttpClient.RequestOptions
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.Collection<java.lang.String> headers  
      java.lang.Integer timeout  
    • Constructor Summary

      Constructors 
      Constructor Description
      RequestOptions()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • timeout

        public java.lang.Integer timeout
      • headers

        public java.util.Collection<java.lang.String> headers
    • Constructor Detail

      • RequestOptions

        public RequestOptions()