jar

com.github.imrafaelmerino : jio-http

Maven & Gradle

Mar 31, 2023
1 stars

jio-http · Functional and reactive http client in Java

Table Of Contents

Latest Version

Download com.github.imrafaelmerino : jio-http JAR file - Latest Versions:

All Versions

Download com.github.imrafaelmerino : jio-http JAR file - All Versions:

Version Vulnerabilities Size Updated
0.7.x
0.6.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 jio-http-0.7.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

jio.http.client

├─ jio.http.client.ClientReqEvent.class - [JAR]

├─ jio.http.client.HttpLambda.class - [JAR]

├─ jio.http.client.MyHttpClient.class - [JAR]

├─ jio.http.client.MyHttpClientBuilder.class - [JAR]

├─ jio.http.client.MyHttpClientImpl.class - [JAR]

jio.http

├─ jio.http.HttpExceptions.class - [JAR]

jio.http.server

├─ jio.http.server.HttpServerBuilder.class - [JAR]

├─ jio.http.server.ServerReqEvent.class - [JAR]

jio.http.client.oauth

├─ jio.http.client.oauth.AccessTokenNotFound.class - [JAR]

├─ jio.http.client.oauth.AccessTokenRequest.class - [JAR]

├─ jio.http.client.oauth.ClientCredentialsHttpClient.class - [JAR]

├─ jio.http.client.oauth.ClientCredentialsHttpClientBuilder.class - [JAR]

├─ jio.http.client.oauth.GetAccessToken.class - [JAR]

├─ jio.http.client.oauth.MyOauthHttpClient.class - [JAR]

├─ jio.http.client.oauth.RefreshTokenLoop.class - [JAR]