jar

com.github.vindell : spring-boot-starter-okhttp3

Maven & Gradle

Jan 21, 2019

Spring Boot Starter For Okhttp 3.x

Table Of Contents

Latest Version

Download com.github.vindell : spring-boot-starter-okhttp3 JAR file - Latest Versions:

All Versions

Download com.github.vindell : spring-boot-starter-okhttp3 JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

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 spring-boot-starter-okhttp3-1.0.1.RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

okhttp3.spring.boot.actuate

├─ okhttp3.spring.boot.actuate.OkHttp3Endpoint.class - [JAR]

├─ okhttp3.spring.boot.actuate.OkHttp3EndpointAutoConfiguration.class - [JAR]

├─ okhttp3.spring.boot.actuate.OkHttp3MetricsInterceptor.class - [JAR]

okhttp3.spring.boot.ssl

├─ okhttp3.spring.boot.ssl.KeyManagerUtils.class - [JAR]

├─ okhttp3.spring.boot.ssl.OkHttpHostnameVerifier.class - [JAR]

├─ okhttp3.spring.boot.ssl.SSLContextUtils.class - [JAR]

├─ okhttp3.spring.boot.ssl.SSLSocketUtils.class - [JAR]

├─ okhttp3.spring.boot.ssl.TrustAllHostnameVerifier.class - [JAR]

├─ okhttp3.spring.boot.ssl.TrustManagerUtils.class - [JAR]

okhttp3.spring.boot

├─ okhttp3.spring.boot.OkHttp3AutoConfiguration.class - [JAR]

├─ okhttp3.spring.boot.OkHttp3Properties.class - [JAR]

okhttp3.spring.boot.ext

├─ okhttp3.spring.boot.ext.GzipRequestInterceptor.class - [JAR]

├─ okhttp3.spring.boot.ext.RequestHeaderInterceptor.class - [JAR]

├─ okhttp3.spring.boot.ext.RequestHeaderProperties.class - [JAR]

Advertisement