jar

io.bootique.jersey.client : bootique-jersey-client

Maven & Gradle

Dec 22, 2021
4 usages
3 stars

bootique-jersey-client: HTTP client integrated with Bootique, built on top of Jersey. · Provides HTTP client integrated with Bootique, built on top of Jersey.

Table Of Contents

Latest Version

Download io.bootique.jersey.client : bootique-jersey-client JAR file - Latest Versions:

All Versions

Download io.bootique.jersey.client : bootique-jersey-client JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3
1.2
1.1
1.0
1.0.x
0.25
0.24
0.10
0.9
0.8
0.7
0.6

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window bootique-jersey-client-1.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.bootique.jersey.client

├─ io.bootique.jersey.client.ClientGuiceInjectInjector.class - [JAR]

├─ io.bootique.jersey.client.DefaultHttpClientFactory.class - [JAR]

├─ io.bootique.jersey.client.DefaultHttpTargets.class - [JAR]

├─ io.bootique.jersey.client.HttpClientBuilder.class - [JAR]

├─ io.bootique.jersey.client.HttpClientFactory.class - [JAR]

├─ io.bootique.jersey.client.HttpClientFactoryFactory.class - [JAR]

├─ io.bootique.jersey.client.HttpTargets.class - [JAR]

├─ io.bootique.jersey.client.JerseyClientFeatures.class - [JAR]

├─ io.bootique.jersey.client.JerseyClientModule.class - [JAR]

├─ io.bootique.jersey.client.JerseyClientModuleExtender.class - [JAR]

├─ io.bootique.jersey.client.JerseyClientModuleProvider.class - [JAR]

├─ io.bootique.jersey.client.TrustStoreFactory.class - [JAR]

├─ io.bootique.jersey.client.WebTargetFactory.class - [JAR]

io.bootique.jersey.client.log

├─ io.bootique.jersey.client.log.JULSlf4jLogger.class - [JAR]

├─ io.bootique.jersey.client.log.RequestLoggingFilter.class - [JAR]

io.bootique.jersey.client.auth

├─ io.bootique.jersey.client.auth.ApiKeyHeaderAuthenticatorFactory.class - [JAR]

├─ io.bootique.jersey.client.auth.ApiKeyParameterAuthenticatorFactory.class - [JAR]

├─ io.bootique.jersey.client.auth.AuthenticatorFactory.class - [JAR]

├─ io.bootique.jersey.client.auth.BasicAuthenticatorFactory.class - [JAR]

├─ io.bootique.jersey.client.auth.OAuth2AuthenticatorFactory.class - [JAR]

├─ io.bootique.jersey.client.auth.OAuth2Token.class - [JAR]

├─ io.bootique.jersey.client.auth.OAuth2TokenAuthenticator.class - [JAR]

├─ io.bootique.jersey.client.auth.OAuth2TokenDAO.class - [JAR]

Advertisement