jar

org.finos.tracdap : tracdap-gateway

Maven & Gradle

Jun 13, 2023
41 stars

tracdap-gateway · TRAC D.A.P. gateway component, provides authentication, routing, load balancing and API translation

Table Of Contents

Latest Version

Download org.finos.tracdap : tracdap-gateway JAR file - Latest Versions:

All Versions

Download org.finos.tracdap : tracdap-gateway JAR file - All Versions:

Version Vulnerabilities Size Updated
0.6.x
0.5.x
0.4.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 tracdap-gateway-0.6.0-rc1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.finos.tracdap.gateway

├─ org.finos.tracdap.gateway.ProtocolNegotiator.class - [JAR]

├─ org.finos.tracdap.gateway.ProtocolSetup.class - [JAR]

├─ org.finos.tracdap.gateway.TracPlatformGateway.class - [JAR]

org.finos.tracdap.gateway.proxy.grpc

├─ org.finos.tracdap.gateway.proxy.grpc.GrpcProtocol.class - [JAR]

├─ org.finos.tracdap.gateway.proxy.grpc.GrpcProxy.class - [JAR]

├─ org.finos.tracdap.gateway.proxy.grpc.GrpcProxyBuilder.class - [JAR]

├─ org.finos.tracdap.gateway.proxy.grpc.GrpcUtils.class - [JAR]

├─ org.finos.tracdap.gateway.proxy.grpc.GrpcWebProxy.class - [JAR]

├─ org.finos.tracdap.gateway.proxy.grpc.WebSocketsTranslator.class - [JAR]

org.finos.tracdap.gateway.proxy.rest

├─ org.finos.tracdap.gateway.proxy.rest.RestApiFields.class - [JAR]

├─ org.finos.tracdap.gateway.proxy.rest.RestApiMatcher.class - [JAR]

├─ org.finos.tracdap.gateway.proxy.rest.RestApiMethod.class - [JAR]

├─ org.finos.tracdap.gateway.proxy.rest.RestApiProxy.class - [JAR]

├─ org.finos.tracdap.gateway.proxy.rest.RestApiProxyBuilder.class - [JAR]

├─ org.finos.tracdap.gateway.proxy.rest.RestApiTranslator.class - [JAR]

org.finos.tracdap.gateway.config.rest

├─ org.finos.tracdap.gateway.config.rest.MetaApiRestMapping.class - [JAR]

├─ org.finos.tracdap.gateway.config.rest.OrchApiRestMapping.class - [JAR]

org.finos.tracdap.gateway.routing

├─ org.finos.tracdap.gateway.routing.CoreRouter.class - [JAR]

├─ org.finos.tracdap.gateway.routing.CoreRouterLink.class - [JAR]

├─ org.finos.tracdap.gateway.routing.Http1Router.class - [JAR]

├─ org.finos.tracdap.gateway.routing.Http2Router.class - [JAR]

├─ org.finos.tracdap.gateway.routing.WebSocketsRouter.class - [JAR]

org.finos.tracdap.gateway.proxy.http

├─ org.finos.tracdap.gateway.proxy.http.Http1Proxy.class - [JAR]

├─ org.finos.tracdap.gateway.proxy.http.Http1ProxyBuilder.class - [JAR]

├─ org.finos.tracdap.gateway.proxy.http.Http1to2Proxy.class - [JAR]

├─ org.finos.tracdap.gateway.proxy.http.Http2FlowControl.class - [JAR]

├─ org.finos.tracdap.gateway.proxy.http.HttpProtocol.class - [JAR]

org.finos.tracdap.gateway.config.helpers

├─ org.finos.tracdap.gateway.config.helpers.ConfigTranslator.class - [JAR]

org.finos.tracdap.gateway.exec

├─ org.finos.tracdap.gateway.exec.IRouteMatcher.class - [JAR]

├─ org.finos.tracdap.gateway.exec.Route.class - [JAR]

├─ org.finos.tracdap.gateway.exec.RouteBuilder.class - [JAR]

Advertisement