jar

cn.yukonga : yrpc-spring-boot-starter

Maven & Gradle

Jan 09, 2019
1 stars

a small fast rpc framework

Table Of Contents

Latest Version

Download cn.yukonga : yrpc-spring-boot-starter JAR file - Latest Versions:

All Versions

Download cn.yukonga : yrpc-spring-boot-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
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 yrpc-spring-boot-starter-1.1.RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

cn.yukonga.yrpc.client.beans

├─ cn.yukonga.yrpc.client.beans.RemoteReferenceBean.class - [JAR]

cn.yukonga.yrpc.core.config

├─ cn.yukonga.yrpc.core.config.GlobalConfig.class - [JAR]

├─ cn.yukonga.yrpc.core.config.NettyConfig.class - [JAR]

├─ cn.yukonga.yrpc.core.config.RegisterServerConfig.class - [JAR]

├─ cn.yukonga.yrpc.core.config.ZookeeperConfig.class - [JAR]

cn.yukonga.yrpc.core.model

├─ cn.yukonga.yrpc.core.model.RpcRequest.class - [JAR]

├─ cn.yukonga.yrpc.core.model.RpcResponse.class - [JAR]

cn.yukonga.yrpc.client.annotation

├─ cn.yukonga.yrpc.client.annotation.EnableYRpcClient.class - [JAR]

├─ cn.yukonga.yrpc.client.annotation.RemoteReferenceAnnotationBeanPostProcessor.class - [JAR]

├─ cn.yukonga.yrpc.client.annotation.YRpcClientRegistrar.class - [JAR]

cn.yukonga.yrpc.client

├─ cn.yukonga.yrpc.client.RpcClientChannelHolder.class - [JAR]

├─ cn.yukonga.yrpc.client.RpcClientConfig.class - [JAR]

├─ cn.yukonga.yrpc.client.RpcClientHandler.class - [JAR]

├─ cn.yukonga.yrpc.client.RpcClientRequestPool.class - [JAR]

├─ cn.yukonga.yrpc.client.RpcClientRunner.class - [JAR]

├─ cn.yukonga.yrpc.client.ServiceRecovery.class - [JAR]

cn.yukonga.yrpc.client.proxy

├─ cn.yukonga.yrpc.client.proxy.AbstructRpcProxyInvoker.class - [JAR]

├─ cn.yukonga.yrpc.client.proxy.CglibProxyInvoker.class - [JAR]

├─ cn.yukonga.yrpc.client.proxy.JdkProxyInvoker.class - [JAR]

├─ cn.yukonga.yrpc.client.proxy.ProxyFactory.class - [JAR]

├─ cn.yukonga.yrpc.client.proxy.ProxyInvoker.class - [JAR]

cn.yukonga.yrpc.core.util

├─ cn.yukonga.yrpc.core.util.BeanRegistrar.class - [JAR]

cn.yukonga.yrpc.core.annotation

├─ cn.yukonga.yrpc.core.annotation.EnableYRpc.class - [JAR]

├─ cn.yukonga.yrpc.core.annotation.RemoteReference.class - [JAR]

├─ cn.yukonga.yrpc.core.annotation.RemoteService.class - [JAR]

cn.yukonga.yrpc.core.protocol

├─ cn.yukonga.yrpc.core.protocol.JsonParse.class - [JAR]

├─ cn.yukonga.yrpc.core.protocol.Parse.class - [JAR]

├─ cn.yukonga.yrpc.core.protocol.ProtostuffParse.class - [JAR]

├─ cn.yukonga.yrpc.core.protocol.RpcClientDecoder.class - [JAR]

├─ cn.yukonga.yrpc.core.protocol.RpcClientEncoder.class - [JAR]

├─ cn.yukonga.yrpc.core.protocol.RpcServerDecoder.class - [JAR]

├─ cn.yukonga.yrpc.core.protocol.RpcServerEncoder.class - [JAR]

cn.yukonga.yrpc.server.proxy

├─ cn.yukonga.yrpc.server.proxy.CglibMethodProxy.class - [JAR]

├─ cn.yukonga.yrpc.server.proxy.JdkMethodProxy.class - [JAR]

├─ cn.yukonga.yrpc.server.proxy.MethodProxy.class - [JAR]

cn.yukonga.yrpc.server

├─ cn.yukonga.yrpc.server.RpcServerHandler.class - [JAR]

├─ cn.yukonga.yrpc.server.RpcServerRunner.class - [JAR]

├─ cn.yukonga.yrpc.server.ServiceRegistry.class - [JAR]

cn.yukonga.yrpc.server.annotation

├─ cn.yukonga.yrpc.server.annotation.EnableYRpcServer.class - [JAR]

├─ cn.yukonga.yrpc.server.annotation.YRpcServerRegistrar.class - [JAR]

Advertisement