jar

com.switchvov : magicrpc-core

Maven & Gradle

Apr 06, 2024
0 stars

magicrpc-core · magicrpc-core

Table Of Contents

Latest Version

Download com.switchvov : magicrpc-core JAR file - Latest Versions:

All Versions

Download com.switchvov : magicrpc-core JAR file - All Versions:

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

com.switchvov.magicrpc.core.registry

├─ com.switchvov.magicrpc.core.registry.ChangeListener.class - [JAR]

├─ com.switchvov.magicrpc.core.registry.Event.class - [JAR]

com.switchvov.magicrpc.core.config

├─ com.switchvov.magicrpc.core.config.AppConfigProperties.class - [JAR]

├─ com.switchvov.magicrpc.core.config.ConsumerConfig.class - [JAR]

├─ com.switchvov.magicrpc.core.config.ConsumerConfigProperties.class - [JAR]

├─ com.switchvov.magicrpc.core.config.ProviderConfig.class - [JAR]

├─ com.switchvov.magicrpc.core.config.ProviderConfigProperties.class - [JAR]

com.switchvov.magicrpc.core.test

├─ com.switchvov.magicrpc.core.test.TestZKServer.class - [JAR]

com.switchvov.magicrpc.core.meta

├─ com.switchvov.magicrpc.core.meta.InstanceMeta.class - [JAR]

├─ com.switchvov.magicrpc.core.meta.ProviderMeta.class - [JAR]

├─ com.switchvov.magicrpc.core.meta.ServiceMeta.class - [JAR]

com.switchvov.magicrpc.core.provider

├─ com.switchvov.magicrpc.core.provider.ProviderBootstrap.class - [JAR]

├─ com.switchvov.magicrpc.core.provider.ProviderInvoker.class - [JAR]

com.switchvov.magicrpc.core.consumer

├─ com.switchvov.magicrpc.core.consumer.ConsumerBootstrap.class - [JAR]

├─ com.switchvov.magicrpc.core.consumer.HttpInvoker.class - [JAR]

├─ com.switchvov.magicrpc.core.consumer.MagicInvocationHandler.class - [JAR]

com.switchvov.magicrpc.core.registry.zookeeper

├─ com.switchvov.magicrpc.core.registry.zookeeper.ZKRegistryCenter.class - [JAR]

com.switchvov.magicrpc.core.util

├─ com.switchvov.magicrpc.core.util.JsonUtils.class - [JAR]

├─ com.switchvov.magicrpc.core.util.MethodUtils.class - [JAR]

├─ com.switchvov.magicrpc.core.util.MockUtils.class - [JAR]

├─ com.switchvov.magicrpc.core.util.ScanPackagesUtils.class - [JAR]

├─ com.switchvov.magicrpc.core.util.TypeUtils.class - [JAR]

com.switchvov.magicrpc.core.consumer.http

├─ com.switchvov.magicrpc.core.consumer.http.OkHttpInvoker.class - [JAR]

com.switchvov.magicrpc.core.filter

├─ com.switchvov.magicrpc.core.filter.CacheFilter.class - [JAR]

├─ com.switchvov.magicrpc.core.filter.MockFilter.class - [JAR]

├─ com.switchvov.magicrpc.core.filter.ParameterFilter.class - [JAR]

com.switchvov.magicrpc.core.transport

├─ com.switchvov.magicrpc.core.transport.SpringBootTransport.class - [JAR]

com.switchvov.magicrpc.core.cluster

├─ com.switchvov.magicrpc.core.cluster.GrayRouter.class - [JAR]

├─ com.switchvov.magicrpc.core.cluster.RandomLoadBalancer.class - [JAR]

├─ com.switchvov.magicrpc.core.cluster.RoundRobinLoadBalancer.class - [JAR]

com.switchvov.magicrpc.core.annotation

├─ com.switchvov.magicrpc.core.annotation.EnableMagicrpc.class - [JAR]

├─ com.switchvov.magicrpc.core.annotation.MagicConsumer.class - [JAR]

├─ com.switchvov.magicrpc.core.annotation.MagicProvider.class - [JAR]

com.switchvov.magicrpc.core.governance

├─ com.switchvov.magicrpc.core.governance.RingBuffer.class - [JAR]

├─ com.switchvov.magicrpc.core.governance.SlidingTimeWindow.class - [JAR]

com.switchvov.magicrpc.core.api

├─ com.switchvov.magicrpc.core.api.Filter.class - [JAR]

├─ com.switchvov.magicrpc.core.api.LoadBalancer.class - [JAR]

├─ com.switchvov.magicrpc.core.api.RegistryCenter.class - [JAR]

├─ com.switchvov.magicrpc.core.api.Router.class - [JAR]

├─ com.switchvov.magicrpc.core.api.RpcContext.class - [JAR]

├─ com.switchvov.magicrpc.core.api.RpcException.class - [JAR]

├─ com.switchvov.magicrpc.core.api.RpcRequest.class - [JAR]

├─ com.switchvov.magicrpc.core.api.RpcResponse.class - [JAR]