jar

com.jamshedalamqaderi.ktransport : ktransport-jvm

Maven & Gradle

Jul 29, 2023
7 stars

KTransport · KTransport is a simple multiplatform API library built on top of gRPC that handles requests and responses internally

Table Of Contents

Latest Version

Download com.jamshedalamqaderi.ktransport : ktransport-jvm JAR file - Latest Versions:

All Versions

Download com.jamshedalamqaderi.ktransport : ktransport-jvm JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
0.0.x
v0.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 ktransport-jvm-1.0.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.jamshedalamqaderi.ktransport.api.models

├─ com.jamshedalamqaderi.ktransport.api.models.ApiFunctionDescription.class - [JAR]

├─ com.jamshedalamqaderi.ktransport.api.models.ServiceDescription.class - [JAR]

├─ com.jamshedalamqaderi.ktransport.api.models.StreamFunctionDescription.class - [JAR]

com.jamshedalamqaderi.ktransport.api

├─ com.jamshedalamqaderi.ktransport.api.KTransport.class - [JAR]

├─ com.jamshedalamqaderi.ktransport.api.KTransportClientConfig.class - [JAR]

├─ com.jamshedalamqaderi.ktransport.api.KTransportRequestImplKt.class - [JAR]

├─ com.jamshedalamqaderi.ktransport.api.KTransportServer.class - [JAR]

├─ com.jamshedalamqaderi.ktransport.api.KTransportServiceServerImpl.class - [JAR]

com.jamshedalamqaderi.ktransport.api.enums

├─ com.jamshedalamqaderi.ktransport.api.enums.FunctionResponseType.class - [JAR]

com.jamshedalamqaderi.ktransport.api.interfaces

├─ com.jamshedalamqaderi.ktransport.api.interfaces.BaseFunctionDescription.class - [JAR]

com.jamshedalamqaderi.ktransport.api.annotations

├─ com.jamshedalamqaderi.ktransport.api.annotations.KTransportApi.class - [JAR]

├─ com.jamshedalamqaderi.ktransport.api.annotations.KTransportService.class - [JAR]

├─ com.jamshedalamqaderi.ktransport.api.annotations.KTransportStream.class - [JAR]

com.jamshedalamqaderi.ktransport.api.exceptions

├─ com.jamshedalamqaderi.ktransport.api.exceptions.EmptyFunctionReferenceException.class - [JAR]

├─ com.jamshedalamqaderi.ktransport.api.exceptions.UnknownRequestException.class - [JAR]