Uses of Class
org.apache.cxf.jaxrs.client.WebClient
Packages that use WebClient
-
Uses of WebClient in org.apache.cxf.jaxrs.client
Methods in org.apache.cxf.jaxrs.client that return WebClientModifier and TypeMethodDescriptionWebClient.accept(jakarta.ws.rs.core.MediaType... types) WebClient.acceptEncoding(String... encodings) WebClient.acceptLanguage(String... languages) WebClient.authorization(Object auth) WebClient.back(boolean fast) Goes backWebClient.cookie(jakarta.ws.rs.core.Cookie cookie) static WebClientCreates WebClientstatic WebClientCreates WebClientstatic WebClientCreates WebClientstatic WebClientCreates WebClient which will do basic authenticationstatic WebClientCreates WebClientstatic WebClientCreates WebClientstatic WebClientCreates a thread safe WebClientstatic WebClientCreates WebClientstatic WebClientWebClient.create(String baseAddress, List<?> providers, String username, String password, String configLocation) Creates WebClient which will do basic authenticationstatic WebClientWebClient.create(String baseAddress, List<?> providers, List<? extends org.apache.cxf.feature.Feature> features, String configLocation) Creates WebClient with a list of custom featuresstatic WebClientWebClient.create(String baseAddress, List<?> providers, Map<String, Object> properties, boolean threadSafe) Creates WebClientstatic WebClientCreates WebClientstatic WebClientCreates WebClientJAXRSClientFactoryBean.createWebClient()Creates a WebClient instanceUpdates the current URI fragmentstatic WebClientWebClient.fromClient(Client client) Creates WebClient, baseURI will be set to Client currentURIstatic WebClientWebClient.fromClient(Client client, boolean inheritHeaders) Creates WebClient, baseURI will be set to Client currentURIstatic WebClientWebClient.fromClientObject(Object object) Creates WebClient, baseURI will be set to Client currentURISyncInvokerImpl.getWebClient()WebClient.match(jakarta.ws.rs.core.EntityTag tag, boolean ifNot) Updates the current URI matrix parametersUpdates the current URI pathUpdates the current URI path with path segment which may contain template variablesWebClient.replaceHeader(String headerName, Object value) Replaces the header value with the new values.WebClient.replacePath(String path) Replaces the current path with the new value.WebClient.replaceQuery(String queryString) Replaces the current query with the new value.WebClient.replaceQueryParam(String queryParam, Object... value) Replaces the current query with the new value.WebClient.reset()WebClient.resetQuery()Resets the current queryMoves WebClient to a new baseURI or forwards to new currentURIWebClient.type(jakarta.ws.rs.core.MediaType ct) Constructors in org.apache.cxf.jaxrs.client with parameters of type WebClient -
Uses of WebClient in org.apache.cxf.jaxrs.client.spec
Methods in org.apache.cxf.jaxrs.client.spec that return WebClientModifier and TypeMethodDescriptionClientImpl.WebTargetImpl.getWebClient()InvocationBuilderImpl.getWebClient()Constructors in org.apache.cxf.jaxrs.client.spec with parameters of type WebClientModifierConstructorDescriptionInvocationBuilderImpl(WebClient webClient, jakarta.ws.rs.core.Configuration config) WebTargetImpl(jakarta.ws.rs.core.UriBuilder uriBuilder, jakarta.ws.rs.core.Configuration config, WebClient targetClient)