jar

io.github.zero88.msa.bp.http : client

Maven & Gradle

Dec 16, 2020
1 usages
7 stars

client · This module declares and defines microservice HTTP Client

Table Of Contents

Latest Version

Download io.github.zero88.msa.bp.http : client JAR file - Latest Versions:

All Versions

Download io.github.zero88.msa.bp.http : client JAR file - All Versions:

Version Vulnerabilities Size Updated
0.5.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 client-0.5.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.zero88.msa.bp.http.client.handler

├─ io.github.zero88.msa.bp.http.client.handler.ClientEndHandler.class - [JAR]

├─ io.github.zero88.msa.bp.http.client.handler.HttpClientWriter.class - [JAR]

├─ io.github.zero88.msa.bp.http.client.handler.HttpErrorHandler.class - [JAR]

├─ io.github.zero88.msa.bp.http.client.handler.HttpHeavyResponseHandler.class - [JAR]

├─ io.github.zero88.msa.bp.http.client.handler.HttpLightResponseBodyHandler.class - [JAR]

├─ io.github.zero88.msa.bp.http.client.handler.HttpLightResponseHandler.class - [JAR]

├─ io.github.zero88.msa.bp.http.client.handler.WebSocketClientWriter.class - [JAR]

├─ io.github.zero88.msa.bp.http.client.handler.WsConnectErrorHandler.class - [JAR]

├─ io.github.zero88.msa.bp.http.client.handler.WsLightResponseDispatcher.class - [JAR]

├─ io.github.zero88.msa.bp.http.client.handler.WsResponseErrorHandler.class - [JAR]

io.github.zero88.msa.bp.http.client

├─ io.github.zero88.msa.bp.http.client.ClientDelegate.class - [JAR]

├─ io.github.zero88.msa.bp.http.client.HttpClientConfig.class - [JAR]

├─ io.github.zero88.msa.bp.http.client.HttpClientDelegate.class - [JAR]

├─ io.github.zero88.msa.bp.http.client.HttpClientDelegateImpl.class - [JAR]

├─ io.github.zero88.msa.bp.http.client.HttpClientRegistry.class - [JAR]

├─ io.github.zero88.msa.bp.http.client.IClientDelegate.class - [JAR]

├─ io.github.zero88.msa.bp.http.client.WebSocketClientDelegate.class - [JAR]

├─ io.github.zero88.msa.bp.http.client.WebSocketClientDelegateImpl.class - [JAR]

Advertisement