Package io.quarkus.restclient.runtime
Class RestClientBase
- java.lang.Object
-
- io.quarkus.restclient.runtime.RestClientBase
-
public class RestClientBase extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
MP_REST
static String
REST_CONNECT_TIMEOUT_FORMAT
static String
REST_HOSTNAME_VERIFIER
static String
REST_KEY_STORE
static String
REST_KEY_STORE_PASSWORD
static String
REST_KEY_STORE_TYPE
static String
REST_NOOP_HOSTNAME_VERIFIER
static String
REST_PROVIDERS
static String
REST_READ_TIMEOUT_FORMAT
static String
REST_SCOPE_FORMAT
static String
REST_TRUST_STORE
static String
REST_TRUST_STORE_PASSWORD
static String
REST_TRUST_STORE_TYPE
static String
REST_URI_FORMAT
static String
REST_URL_FORMAT
static String
TLS_TRUST_ALL
-
Constructor Summary
Constructors Constructor Description RestClientBase(Class<?> proxyType, String baseUriFromAnnotation, String propertyPrefix, Class<?>[] annotationProviders)
-
-
-
Field Detail
-
MP_REST
public static final String MP_REST
- See Also:
- Constant Field Values
-
REST_URL_FORMAT
public static final String REST_URL_FORMAT
- See Also:
- Constant Field Values
-
REST_URI_FORMAT
public static final String REST_URI_FORMAT
- See Also:
- Constant Field Values
-
REST_CONNECT_TIMEOUT_FORMAT
public static final String REST_CONNECT_TIMEOUT_FORMAT
- See Also:
- Constant Field Values
-
REST_READ_TIMEOUT_FORMAT
public static final String REST_READ_TIMEOUT_FORMAT
- See Also:
- Constant Field Values
-
REST_SCOPE_FORMAT
public static final String REST_SCOPE_FORMAT
- See Also:
- Constant Field Values
-
REST_PROVIDERS
public static final String REST_PROVIDERS
- See Also:
- Constant Field Values
-
REST_TRUST_STORE
public static final String REST_TRUST_STORE
- See Also:
- Constant Field Values
-
REST_TRUST_STORE_PASSWORD
public static final String REST_TRUST_STORE_PASSWORD
- See Also:
- Constant Field Values
-
REST_TRUST_STORE_TYPE
public static final String REST_TRUST_STORE_TYPE
- See Also:
- Constant Field Values
-
REST_KEY_STORE
public static final String REST_KEY_STORE
- See Also:
- Constant Field Values
-
REST_KEY_STORE_PASSWORD
public static final String REST_KEY_STORE_PASSWORD
- See Also:
- Constant Field Values
-
REST_KEY_STORE_TYPE
public static final String REST_KEY_STORE_TYPE
- See Also:
- Constant Field Values
-
REST_HOSTNAME_VERIFIER
public static final String REST_HOSTNAME_VERIFIER
- See Also:
- Constant Field Values
-
REST_NOOP_HOSTNAME_VERIFIER
public static final String REST_NOOP_HOSTNAME_VERIFIER
- See Also:
- Constant Field Values
-
TLS_TRUST_ALL
public static final String TLS_TRUST_ALL
- See Also:
- Constant Field Values
-
-
Method Detail
-
create
public Object create()
-
-