Class ClientPropertyAdapter


  • public class ClientPropertyAdapter
    extends java.lang.Object
    Property adapter for for the FHIR HTTP client
    • Constructor Detail

      • ClientPropertyAdapter

        public ClientPropertyAdapter​(java.util.Properties props)
    • Method Detail

      • getConnectTimeout

        public int getConnectTimeout()
        How long to wait for TCP connection
        Returns:
      • getPoolConnectionsMax

        public int getPoolConnectionsMax()
      • getReadTimeout

        public int getReadTimeout()
        How long to wait for a response to a request
        Returns:
      • fhirServerHost

        public java.lang.String fhirServerHost()
      • fhirServerEndpoint

        public java.lang.String fhirServerEndpoint()
      • fhirServerPort

        public int fhirServerPort()
      • getTruststore

        public java.lang.String getTruststore()
      • getTruststorePass

        public java.lang.String getTruststorePass()
      • getEnabledCiphers

        public java.lang.String getEnabledCiphers()
      • getFhirServerUser

        public java.lang.String getFhirServerUser()
      • getFhirServerPass

        public java.lang.String getFhirServerPass()
      • isDisableHostnameVerification

        public boolean isDisableHostnameVerification()