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 StringMP_RESTstatic StringREST_CONNECT_TIMEOUT_FORMATstatic StringREST_HOSTNAME_VERIFIERstatic StringREST_KEY_STOREstatic StringREST_KEY_STORE_PASSWORDstatic StringREST_KEY_STORE_TYPEstatic StringREST_NOOP_HOSTNAME_VERIFIERstatic StringREST_PROVIDERSstatic StringREST_READ_TIMEOUT_FORMATstatic StringREST_SCOPE_FORMATstatic StringREST_TRUST_STOREstatic StringREST_TRUST_STORE_PASSWORDstatic StringREST_TRUST_STORE_TYPEstatic StringREST_URI_FORMATstatic StringREST_URL_FORMATstatic StringTLS_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()
-
-