Index
All Classes and Interfaces|All Packages
A
- attachClosable(Closeable) - Method in class io.quarkus.rest.client.reactive.spi.RestClientHttpProxyBuildItem
-
Called by Quarkus in order to associate a
Closeablewith a started proxy
B
- BuildItem(DevServicesRestClientProxyProvider) - Constructor for class io.quarkus.rest.client.reactive.spi.DevServicesRestClientProxyProvider.BuildItem
C
- closeable() - Method in record class io.quarkus.rest.client.reactive.spi.DevServicesRestClientProxyProvider.CreateResult
-
Returns the value of the
closeablerecord component. - create(RestClientHttpProxyBuildItem) - Method in interface io.quarkus.rest.client.reactive.spi.DevServicesRestClientProxyProvider
-
Called by Quarkus for each of the REST Clients that need to be proxied
- CreateResult(String, Integer, Closeable) - Constructor for record class io.quarkus.rest.client.reactive.spi.DevServicesRestClientProxyProvider.CreateResult
-
Creates an instance of a
CreateResultrecord class.
D
- DevServicesRestClientProxyProvider - Interface in io.quarkus.rest.client.reactive.spi
-
Extensions that integrate with the REST Client can use this interface in order to provide their own proxy when users have
quarkus.rest-client."full-class-name".enable-local-proxy"enabled, can implement this interface and register it by producingDevServicesRestClientProxyProvider.BuildItem. - DevServicesRestClientProxyProvider.BuildItem - Class in io.quarkus.rest.client.reactive.spi
-
Build item used to register the provider with Quarkus
- DevServicesRestClientProxyProvider.CreateResult - Record Class in io.quarkus.rest.client.reactive.spi
E
- equals(Object) - Method in record class io.quarkus.rest.client.reactive.spi.DevServicesRestClientProxyProvider.CreateResult
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class io.quarkus.rest.client.reactive.spi.RestClientHttpProxyBuildItem
G
- getAnnotationsTransformer() - Method in class io.quarkus.rest.client.reactive.spi.RestClientAnnotationsTransformerBuildItem
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getAnnotationTransformation() - Method in class io.quarkus.rest.client.reactive.spi.RestClientAnnotationsTransformerBuildItem
- getBaseUri() - Method in class io.quarkus.rest.client.reactive.spi.RestClientHttpProxyBuildItem
- getClassName() - Method in class io.quarkus.rest.client.reactive.spi.RestClientHttpProxyBuildItem
- getCloseable() - Method in class io.quarkus.rest.client.reactive.spi.RestClientHttpProxyBuildItem
-
Called by Quarkus when it's time to stop the proxy
- getProvider() - Method in class io.quarkus.rest.client.reactive.spi.DevServicesRestClientProxyProvider.BuildItem
- getProvider() - Method in class io.quarkus.rest.client.reactive.spi.RestClientHttpProxyBuildItem
H
- hashCode() - Method in record class io.quarkus.rest.client.reactive.spi.DevServicesRestClientProxyProvider.CreateResult
-
Returns a hash code value for this object.
- hashCode() - Method in class io.quarkus.rest.client.reactive.spi.RestClientHttpProxyBuildItem
- host() - Method in record class io.quarkus.rest.client.reactive.spi.DevServicesRestClientProxyProvider.CreateResult
-
Returns the value of the
hostrecord component.
I
- io.quarkus.rest.client.reactive.spi - package io.quarkus.rest.client.reactive.spi
N
- name() - Method in interface io.quarkus.rest.client.reactive.spi.DevServicesRestClientProxyProvider
-
Used by Quarkus to determine which provider to use when multiple providers exist.
P
- port() - Method in record class io.quarkus.rest.client.reactive.spi.DevServicesRestClientProxyProvider.CreateResult
-
Returns the value of the
portrecord component.
R
- RestClientAnnotationsTransformerBuildItem - Class in io.quarkus.rest.client.reactive.spi
-
Make it possible to add, remove or alter annotations on various components.
- RestClientAnnotationsTransformerBuildItem(AnnotationTransformation) - Constructor for class io.quarkus.rest.client.reactive.spi.RestClientAnnotationsTransformerBuildItem
- RestClientAnnotationsTransformerBuildItem(AnnotationsTransformer) - Constructor for class io.quarkus.rest.client.reactive.spi.RestClientAnnotationsTransformerBuildItem
-
Deprecated, for removal: This API element is subject to removal in a future version.
- RestClientHttpProxyBuildItem - Class in io.quarkus.rest.client.reactive.spi
-
Represents the data necessary for creating a Http proxy for a REST Client
- RestClientHttpProxyBuildItem(String, String, Optional<String>) - Constructor for class io.quarkus.rest.client.reactive.spi.RestClientHttpProxyBuildItem
S
- setup() - Method in interface io.quarkus.rest.client.reactive.spi.DevServicesRestClientProxyProvider
-
Called once by Quarkus to allow the provider to initialize
T
- toString() - Method in record class io.quarkus.rest.client.reactive.spi.DevServicesRestClientProxyProvider.CreateResult
-
Returns a string representation of this record class.
All Classes and Interfaces|All Packages
RestClientAnnotationsTransformerBuildItem.getAnnotationTransformation()