View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window bbrpc-core-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.ipoca.bbrpc.core.annotation
├─ com.ipoca.bbrpc.core.annotation.BBConsumer.class - [JAR]
├─ com.ipoca.bbrpc.core.annotation.BBProvider.class - [JAR]
├─ com.ipoca.bbrpc.core.annotation.EnableBbrpc.class - [JAR]
com.ipoca.bbrpc.core.meta
├─ com.ipoca.bbrpc.core.meta.InstanceMeta.class - [JAR]
├─ com.ipoca.bbrpc.core.meta.ProviderMeta.class - [JAR]
├─ com.ipoca.bbrpc.core.meta.ServiceMeta.class - [JAR]
com.ipoca.bbrpc.core.util
├─ com.ipoca.bbrpc.core.util.MethodUtils.class - [JAR]
├─ com.ipoca.bbrpc.core.util.MockUtils.class - [JAR]
├─ com.ipoca.bbrpc.core.util.TypeUtils.class - [JAR]
com.ipoca.bbrpc.core.cluster
├─ com.ipoca.bbrpc.core.cluster.GrayRouter.class - [JAR]
├─ com.ipoca.bbrpc.core.cluster.RandomLoadBalancer.class - [JAR]
├─ com.ipoca.bbrpc.core.cluster.RoundRibonLoadBalancer.class - [JAR]
com.ipoca.bbrpc.core.consumer
├─ com.ipoca.bbrpc.core.consumer.BBInvocationHandler.class - [JAR]
├─ com.ipoca.bbrpc.core.consumer.ConsumerBootstrap.class - [JAR]
com.ipoca.bbrpc.core.provider
├─ com.ipoca.bbrpc.core.provider.ProviderBootstrap.class - [JAR]
├─ com.ipoca.bbrpc.core.provider.ProviderInvoker.class - [JAR]
com.ipoca.bbrpc.core.config
├─ com.ipoca.bbrpc.core.config.AppConfigProperties.class - [JAR]
├─ com.ipoca.bbrpc.core.config.ConsumerConfig.class - [JAR]
├─ com.ipoca.bbrpc.core.config.ConsumerConfigProperties.class - [JAR]
├─ com.ipoca.bbrpc.core.config.ProviderConfig.class - [JAR]
├─ com.ipoca.bbrpc.core.config.ProviderConfigProperties.class - [JAR]
com.ipoca.bbrpc.core.filter
├─ com.ipoca.bbrpc.core.filter.CacheFilter.class - [JAR]
├─ com.ipoca.bbrpc.core.filter.MockFilter.class - [JAR]
├─ com.ipoca.bbrpc.core.filter.ParameterFilter.class - [JAR]
com.ipoca.bbrpc.core.registry
├─ com.ipoca.bbrpc.core.registry.ChangedListener.class - [JAR]
├─ com.ipoca.bbrpc.core.registry.Event.class - [JAR]
com.ipoca.bbrpc.core.registry.zk
├─ com.ipoca.bbrpc.core.registry.zk.ZkRegistryCenter.class - [JAR]
com.ipoca.bbrpc.core.consumer.http
├─ com.ipoca.bbrpc.core.consumer.http.HttpInvoker.class - [JAR]
├─ com.ipoca.bbrpc.core.consumer.http.OkHttpInvoker.class - [JAR]
com.ipoca.bbrpc.core.api
├─ com.ipoca.bbrpc.core.api.Filter.class - [JAR]
├─ com.ipoca.bbrpc.core.api.LoadBalancer.class - [JAR]
├─ com.ipoca.bbrpc.core.api.RegistryCenter.class - [JAR]
├─ com.ipoca.bbrpc.core.api.Router.class - [JAR]
├─ com.ipoca.bbrpc.core.api.RpcContext.class - [JAR]
├─ com.ipoca.bbrpc.core.api.RpcException.class - [JAR]
├─ com.ipoca.bbrpc.core.api.RpcRequest.class - [JAR]
├─ com.ipoca.bbrpc.core.api.RpcResponse.class - [JAR]
com.ipoca.bbrpc.core.transport
├─ com.ipoca.bbrpc.core.transport.SpringBootTransport.class - [JAR]
com.ipoca.bbrpc.core.test
├─ com.ipoca.bbrpc.core.test.TestZKServer.class - [JAR]
com.ipoca.bbrpc.core.governance
├─ com.ipoca.bbrpc.core.governance.RingBuffer.class - [JAR]
├─ com.ipoca.bbrpc.core.governance.SlidingTimeWindow.class - [JAR]