jar

com.github.tigerjayjay : easyrpc

Maven & Gradle

Nov 14, 2020
2 stars

easyrpc · Easy to use RPC framework.Based on Springboot, redis is used as a registry to enable automatic discovery and registration of services

Table Of Contents

Latest Version

Download com.github.tigerjayjay : easyrpc JAR file - Latest Versions:

All Versions

Download com.github.tigerjayjay : easyrpc JAR file - All Versions:

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

com.tiger.easyrpc.core.close

├─ com.tiger.easyrpc.core.close.ServerClose.class - [JAR]

com.tiger.easyrpc.serialization.api

├─ com.tiger.easyrpc.serialization.api.DataInput.class - [JAR]

├─ com.tiger.easyrpc.serialization.api.DataOutput.class - [JAR]

├─ com.tiger.easyrpc.serialization.api.ObjectDataInput.class - [JAR]

├─ com.tiger.easyrpc.serialization.api.ObjectDataOutput.class - [JAR]

com.tiger.easyrpc.core.extension

├─ com.tiger.easyrpc.core.extension.ExtensionLoader.class - [JAR]

├─ com.tiger.easyrpc.core.extension.ExtensionWrapper.class - [JAR]

com.tiger.easyrpc.core

├─ com.tiger.easyrpc.core.Closable.class - [JAR]

├─ com.tiger.easyrpc.core.EasyRpcManager.class - [JAR]

├─ com.tiger.easyrpc.core.RequestContext.class - [JAR]

com.tiger.easyrpc.common

├─ com.tiger.easyrpc.common.EasyrpcConstant.class - [JAR]

├─ com.tiger.easyrpc.common.PropertiesUtils.class - [JAR]

├─ com.tiger.easyrpc.common.RedisMode.class - [JAR]

├─ com.tiger.easyrpc.common.SnowflakeUtils.class - [JAR]

├─ com.tiger.easyrpc.common.SysCacheEnum.class - [JAR]

├─ com.tiger.easyrpc.common.URLUtils.class - [JAR]

com.tiger.easyrpc.remote

├─ com.tiger.easyrpc.remote.ClientManager.class - [JAR]

├─ com.tiger.easyrpc.remote.RpcException.class - [JAR]

com.tiger.easyrpc.core.annotation

├─ com.tiger.easyrpc.core.annotation.EnableEasyrpc.class - [JAR]

├─ com.tiger.easyrpc.core.annotation.Exporter.class - [JAR]

├─ com.tiger.easyrpc.core.annotation.Fetcher.class - [JAR]

├─ com.tiger.easyrpc.core.annotation.SPI.class - [JAR]

com.tiger.easyrpc.core.function

├─ com.tiger.easyrpc.core.function.ResolvePredicate.class - [JAR]

├─ com.tiger.easyrpc.core.function.ScanConsumer.class - [JAR]

com.tiger.easyrpc.registry.redis.jedis

├─ com.tiger.easyrpc.registry.redis.jedis.AbstractRedisClient.class - [JAR]

├─ com.tiger.easyrpc.registry.redis.jedis.SentinelRedisClient.class - [JAR]

├─ com.tiger.easyrpc.registry.redis.jedis.SingleRedisClient.class - [JAR]

com.tiger.easyrpc.registry.cache

├─ com.tiger.easyrpc.registry.cache.AbstractCacheProvider.class - [JAR]

├─ com.tiger.easyrpc.registry.cache.CacheManager.class - [JAR]

├─ com.tiger.easyrpc.registry.cache.CacheTypeEnum.class - [JAR]

├─ com.tiger.easyrpc.registry.cache.ICache.class - [JAR]

├─ com.tiger.easyrpc.registry.cache.LocalCacheProvider.class - [JAR]

├─ com.tiger.easyrpc.registry.cache.RedisCacheProvider.class - [JAR]

com.tiger.easyrpc.rpc.filter

├─ com.tiger.easyrpc.rpc.filter.ProcessFilter.class - [JAR]

com.tiger.easyrpc.rpc.proxy.jdk

├─ com.tiger.easyrpc.rpc.proxy.jdk.JdkProxy.class - [JAR]

com.tiger.easyrpc.core.entity

├─ com.tiger.easyrpc.core.entity.Service.class - [JAR]

com.tiger.easyrpc.serialization.protostuff.util

├─ com.tiger.easyrpc.serialization.protostuff.util.ProtostuffUtil.class - [JAR]

com.tiger.easyrpc.core.util

├─ com.tiger.easyrpc.core.util.BeanDefinitionRegistryUtils.class - [JAR]

├─ com.tiger.easyrpc.core.util.PathResolverUtils.class - [JAR]

├─ com.tiger.easyrpc.core.util.SpringBeanUtils.class - [JAR]

com.tiger.easyrpc.core.config

├─ com.tiger.easyrpc.core.config.ApplicationConfig.class - [JAR]

├─ com.tiger.easyrpc.core.config.ConsumerConfig.class - [JAR]

├─ com.tiger.easyrpc.core.config.ProviderConfig.class - [JAR]

├─ com.tiger.easyrpc.core.config.RedisConfig.class - [JAR]

├─ com.tiger.easyrpc.core.config.RegistryConfig.class - [JAR]

com.tiger.easyrpc.core.cache.client

├─ com.tiger.easyrpc.core.cache.client.FetcherServiceManager.class - [JAR]

├─ com.tiger.easyrpc.core.cache.client.MessageToChannelManager.class - [JAR]

com.tiger.easyrpc.serialization.protostuff

├─ com.tiger.easyrpc.serialization.protostuff.ProtostuffDataInput.class - [JAR]

├─ com.tiger.easyrpc.serialization.protostuff.ProtostuffDataOutput.class - [JAR]

com.tiger.easyrpc.core.spring

├─ com.tiger.easyrpc.core.spring.ApplicationCloseManager.class - [JAR]

├─ com.tiger.easyrpc.core.spring.CloseResolver.class - [JAR]

├─ com.tiger.easyrpc.core.spring.EasyRpcAutoConfiguration.class - [JAR]

├─ com.tiger.easyrpc.core.spring.EasyRpcServicePublishListener.class - [JAR]

├─ com.tiger.easyrpc.core.spring.EasyrpcClassVisitor.class - [JAR]

├─ com.tiger.easyrpc.core.spring.EasyrpcComponentRegistrar.class - [JAR]

├─ com.tiger.easyrpc.core.spring.ExporterResolver.class - [JAR]

├─ com.tiger.easyrpc.core.spring.FetcherResolver.class - [JAR]

com.tiger.easyrpc.remote.api

├─ com.tiger.easyrpc.remote.api.Channel.class - [JAR]

├─ com.tiger.easyrpc.remote.api.Client.class - [JAR]

com.tiger.easyrpc.core.metadata

├─ com.tiger.easyrpc.core.metadata.AnnotationMetadata.class - [JAR]

├─ com.tiger.easyrpc.core.metadata.ExporterMetadata.class - [JAR]

├─ com.tiger.easyrpc.core.metadata.FetcherMetadata.class - [JAR]

├─ com.tiger.easyrpc.core.metadata.MetadataManager.class - [JAR]

com.tiger.easyrpc.rpc

├─ com.tiger.easyrpc.rpc.Filter.class - [JAR]

├─ com.tiger.easyrpc.rpc.Parameter.class - [JAR]

├─ com.tiger.easyrpc.rpc.Result.class - [JAR]

├─ com.tiger.easyrpc.rpc.ResultFuture.class - [JAR]

com.tiger.easyrpc.registry

├─ com.tiger.easyrpc.registry.IRegistry.class - [JAR]

├─ com.tiger.easyrpc.registry.RegistryManager.class - [JAR]

com.tiger.easyrpc.core.urlstrategy

├─ com.tiger.easyrpc.core.urlstrategy.IStrategy.class - [JAR]

├─ com.tiger.easyrpc.core.urlstrategy.RandomStrategy.class - [JAR]

com.tiger.easyrpc.registry.redis

├─ com.tiger.easyrpc.registry.redis.IRedisClient.class - [JAR]

├─ com.tiger.easyrpc.registry.redis.RedisRegistry.class - [JAR]

├─ com.tiger.easyrpc.registry.redis.WatchDog.class - [JAR]

com.tiger.easyrpc.core.cache.server

├─ com.tiger.easyrpc.core.cache.server.ExportServiceManager.class - [JAR]

com.tiger.easyrpc.core.spring.factorybean

├─ com.tiger.easyrpc.core.spring.factorybean.ProxyFactoryBean.class - [JAR]

com.tiger.easyrpc.rpc.proxy

├─ com.tiger.easyrpc.rpc.proxy.EasyrpcInvocatioinHandler.class - [JAR]

├─ com.tiger.easyrpc.rpc.proxy.ServiceProxy.class - [JAR]

com.tiger.easyrpc.remote.netty4

├─ com.tiger.easyrpc.remote.netty4.NettyChannel.class - [JAR]

├─ com.tiger.easyrpc.remote.netty4.NettyClient.class - [JAR]

├─ com.tiger.easyrpc.remote.netty4.NettyProtostuffDec.class - [JAR]

├─ com.tiger.easyrpc.remote.netty4.NettyProtostuffEnc.class - [JAR]

├─ com.tiger.easyrpc.remote.netty4.NettyServer.class - [JAR]

Advertisement