Class CloudFoundryClientFactory

    • Constructor Detail

      • CloudFoundryClientFactory

        public CloudFoundryClientFactory()
    • Method Detail

      • getSslHandshakeTimeout

        public abstract Optional<Duration> getSslHandshakeTimeout()
      • getConnectionPoolSize

        public abstract Optional<Integer> getConnectionPoolSize()
      • getThreadPoolSize

        public abstract Optional<Integer> getThreadPoolSize()
      • createClient

        public org.cloudfoundry.client.CloudFoundryClient createClient​(URL controllerUrl,
                                                                       OAuthClient oAuthClient)
      • createDopplerClient

        public org.cloudfoundry.doppler.DopplerClient createDopplerClient​(URL controllerUrl,
                                                                          OAuthClient oAuthClient)
      • getOrCreateConnectionContext

        public org.cloudfoundry.reactor.ConnectionContext getOrCreateConnectionContext​(String controllerApiHost)