Package org.jboss.resteasy.client.jaxrs
Interface ResteasyClient
- All Superinterfaces:
AutoCloseable,Client,Configurable<Client>
- All Known Implementing Classes:
ResteasyClientImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanisClosed()Build a new web resource target.target(UriBuilder uriBuilder) Build a new web resource target.Build a new web resource target.Build a new web resource target.Methods inherited from interface jakarta.ws.rs.client.Client
close, getHostnameVerifier, getSslContext, invocation
-
Method Details
-
target
Description copied from interface:ClientBuild a new web resource target. -
target
Description copied from interface:ClientBuild a new web resource target. -
target
Description copied from interface:ClientBuild a new web resource target. -
target
Description copied from interface:ClientBuild a new web resource target. -
httpEngine
ClientHttpEngine httpEngine() -
asyncInvocationExecutor
ExecutorService asyncInvocationExecutor() -
getScheduledExecutor
ScheduledExecutorService getScheduledExecutor() -
abortIfClosed
void abortIfClosed() -
isClosed
boolean isClosed()
-