Class BuilderImpl2

java.lang.Object
org.eclipse.microprofile.rest.client.AbstractBuilder
org.eclipse.microprofile.rest.client.BuilderImpl2
All Implemented Interfaces:
jakarta.ws.rs.core.Configurable<org.eclipse.microprofile.rest.client.RestClientBuilder>, org.eclipse.microprofile.rest.client.RestClientBuilder

@Priority(2) public class BuilderImpl2 extends AbstractBuilder
  • Constructor Details

    • BuilderImpl2

      public BuilderImpl2()
  • Method Details

    • baseUrl

      public org.eclipse.microprofile.rest.client.RestClientBuilder baseUrl(URL url)
    • baseUri

      public org.eclipse.microprofile.rest.client.RestClientBuilder baseUri(URI uri)
    • executorService

      public org.eclipse.microprofile.rest.client.RestClientBuilder executorService(ExecutorService executor)
    • sslContext

      public org.eclipse.microprofile.rest.client.RestClientBuilder sslContext(SSLContext sslContext)
    • trustStore

      public org.eclipse.microprofile.rest.client.RestClientBuilder trustStore(KeyStore trustStore)
    • keyStore

      public org.eclipse.microprofile.rest.client.RestClientBuilder keyStore(KeyStore keyStore, String keystorePassword)
    • hostnameVerifier

      public org.eclipse.microprofile.rest.client.RestClientBuilder hostnameVerifier(HostnameVerifier verifier)
    • connectTimeout

      public org.eclipse.microprofile.rest.client.RestClientBuilder connectTimeout(long timeout, TimeUnit unit)
    • readTimeout

      public org.eclipse.microprofile.rest.client.RestClientBuilder readTimeout(long timeout, TimeUnit unit)
    • followRedirects

      public org.eclipse.microprofile.rest.client.RestClientBuilder followRedirects(boolean follow)
    • proxyAddress

      public org.eclipse.microprofile.rest.client.RestClientBuilder proxyAddress(String proxyHost, int proxyPort)
    • queryParamStyle

      public org.eclipse.microprofile.rest.client.RestClientBuilder queryParamStyle(org.eclipse.microprofile.rest.client.ext.QueryParamStyle style)
    • header

      public org.eclipse.microprofile.rest.client.RestClientBuilder header(String name, Object value)
    • build

      public <T> T build(Class<T> clazz)