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 relay-sdk-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.aliyun.relay
├─ com.aliyun.relay.DefaultServiceProperties.class - [JAR]
├─ com.aliyun.relay.ServiceBootstrapFactory.class - [JAR]
├─ com.aliyun.relay.ServiceConsumer.class - [JAR]
├─ com.aliyun.relay.ServiceConsumerStandardImpl.class - [JAR]
├─ com.aliyun.relay.ServiceEndPointAdapter.class - [JAR]
├─ com.aliyun.relay.ServiceEndPointManager.class - [JAR]
├─ com.aliyun.relay.ServiceEndPointStandardImpl.class - [JAR]
├─ com.aliyun.relay.ServiceInvokeContext.class - [JAR]
├─ com.aliyun.relay.ServiceProvider.class - [JAR]
├─ com.aliyun.relay.ServiceProviderStandardImpl.class - [JAR]
com.aliyun.relay.client
├─ com.aliyun.relay.client.ConsumerBootstrapImpl.class - [JAR]
├─ com.aliyun.relay.client.ProviderBootstrapImpl.class - [JAR]
com.aliyun.relay.service
├─ com.aliyun.relay.service.ClientRegisterService.class - [JAR]
├─ com.aliyun.relay.service.ConsumerBootstrap.class - [JAR]
├─ com.aliyun.relay.service.ProviderBootstrap.class - [JAR]
├─ com.aliyun.relay.service.ServiceAddressDiscoveryHook.class - [JAR]
├─ com.aliyun.relay.service.ServiceClientBootstrapImpl.class - [JAR]
├─ com.aliyun.relay.service.ServiceClientEnum.class - [JAR]
com.aliyun.relay.loadbalance
├─ com.aliyun.relay.loadbalance.DefaultServiceLoadBalance.class - [JAR]
com.aliyun.relay.config
├─ com.aliyun.relay.config.ServiceClientConfig.class - [JAR]
com.aliyun.relay.utils
├─ com.aliyun.relay.utils.DefaultKeyValue.class - [JAR]
├─ com.aliyun.relay.utils.RelayObserver.class - [JAR]