Class IdcRequestConfig

java.lang.Object
oracle.stellent.ridc.IdcRequestConfig

@Exported public class IdcRequestConfig extends Object
  • Field Details

  • Constructor Details

    • IdcRequestConfig

      public IdcRequestConfig()
  • Method Details

    • setProperties

      public void setProperties(Map<String,String> properties)
    • getPropertyNames

      public Collection<String> getPropertyNames()
    • setProperty

      public void setProperty(String name, String value)
    • getProperty

      public String getProperty(String name)
    • getConnectTimeout

      public int getConnectTimeout()
      Gets the connect timeout
      Returns:
    • setConnectTimeout

      public void setConnectTimeout(int timeout)
      Sets a specified timeout value, in milliseconds, to be used when opening a connection The maximum time allowed to make a connection
      Parameters:
      timeout -
    • getReadTimeout

      public int getReadTimeout()
      Gets the read timeout
      Returns:
    • setReadTimeout

      public void setReadTimeout(int timeout)
      Sets a specified timeout value, in milliseconds, to be used when waiting for response data The longest period allowed for socket inactivity on reading response
      Parameters:
      timeout -
    • getStringProperty

      protected String getStringProperty(String name, String defaultValue)
    • getIntProperty

      protected int getIntProperty(String name, int defaultValue)
    • getLongProperty

      protected long getLongProperty(String name, long defaultValue)
    • getBooleanProperty

      protected boolean getBooleanProperty(String name, boolean defaultValue)