jar

com.xuxueli : xxl-rpc-core

Maven & Gradle

Oct 02, 2022
5 usages
596 stars

xxl-rpc-core · A high performance, distributed RPC framework.

Table Of Contents

Latest Version

Download com.xuxueli : xxl-rpc-core JAR file - Latest Versions:

All Versions

Download com.xuxueli : xxl-rpc-core JAR file - All Versions:

Version Vulnerabilities Size Updated
1.7.x
1.6.x
1.5.x
1.4.x
1.3.x
1.2.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 xxl-rpc-core-1.7.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.xxl.rpc.core.remoting.invoker.call

├─ com.xxl.rpc.core.remoting.invoker.call.CallType.class - [JAR]

├─ com.xxl.rpc.core.remoting.invoker.call.XxlRpcInvokeCallback.class - [JAR]

├─ com.xxl.rpc.core.remoting.invoker.call.XxlRpcInvokeFuture.class - [JAR]

com.xxl.rpc.core.remoting.provider.impl

├─ com.xxl.rpc.core.remoting.provider.impl.XxlRpcSpringProviderFactory.class - [JAR]

com.xxl.rpc.core.remoting.invoker.impl

├─ com.xxl.rpc.core.remoting.invoker.impl.XxlRpcSpringInvokerFactory.class - [JAR]

com.xxl.rpc.core.registry

├─ com.xxl.rpc.core.registry.Register.class - [JAR]

com.xxl.rpc.core.remoting.invoker

├─ com.xxl.rpc.core.remoting.invoker.XxlRpcInvokerFactory.class - [JAR]

com.xxl.rpc.core.remoting.invoker.reference

├─ com.xxl.rpc.core.remoting.invoker.reference.XxlRpcReferenceBean.class - [JAR]

com.xxl.rpc.core.remoting.net.params

├─ com.xxl.rpc.core.remoting.net.params.BaseCallback.class - [JAR]

├─ com.xxl.rpc.core.remoting.net.params.Beat.class - [JAR]

├─ com.xxl.rpc.core.remoting.net.params.XxlRpcFutureResponse.class - [JAR]

├─ com.xxl.rpc.core.remoting.net.params.XxlRpcRequest.class - [JAR]

├─ com.xxl.rpc.core.remoting.net.params.XxlRpcResponse.class - [JAR]

com.xxl.rpc.core.serialize.impl

├─ com.xxl.rpc.core.serialize.impl.Hessian1Serializer.class - [JAR]

├─ com.xxl.rpc.core.serialize.impl.HessianSerializer.class - [JAR]

com.xxl.rpc.core.remoting.invoker.reference.impl

├─ com.xxl.rpc.core.remoting.invoker.reference.impl.XxlRpcSpringReferenceBean.class - [JAR]

com.xxl.rpc.core.remoting.invoker.route.impl

├─ com.xxl.rpc.core.remoting.invoker.route.impl.XxlRpcLoadBalanceConsistentHashStrategy.class - [JAR]

├─ com.xxl.rpc.core.remoting.invoker.route.impl.XxlRpcLoadBalanceLFUStrategy.class - [JAR]

├─ com.xxl.rpc.core.remoting.invoker.route.impl.XxlRpcLoadBalanceLRUStrategy.class - [JAR]

├─ com.xxl.rpc.core.remoting.invoker.route.impl.XxlRpcLoadBalanceRandomStrategy.class - [JAR]

├─ com.xxl.rpc.core.remoting.invoker.route.impl.XxlRpcLoadBalanceRoundStrategy.class - [JAR]

com.xxl.rpc.core.util

├─ com.xxl.rpc.core.util.BasicHttpUtil.class - [JAR]

├─ com.xxl.rpc.core.util.ClassUtil.class - [JAR]

├─ com.xxl.rpc.core.util.GsonTool.class - [JAR]

├─ com.xxl.rpc.core.util.IpUtil.class - [JAR]

├─ com.xxl.rpc.core.util.NetUtil.class - [JAR]

├─ com.xxl.rpc.core.util.ThreadPoolUtil.class - [JAR]

├─ com.xxl.rpc.core.util.ThrowableUtil.class - [JAR]

├─ com.xxl.rpc.core.util.XxlRpcException.class - [JAR]

com.xxl.rpc.core.registry.impl

├─ com.xxl.rpc.core.registry.impl.LocalRegister.class - [JAR]

├─ com.xxl.rpc.core.registry.impl.XxlRpcAdminRegister.class - [JAR]

com.xxl.rpc.core.remoting.net.impl.netty_http.server

├─ com.xxl.rpc.core.remoting.net.impl.netty_http.server.NettyHttpServer.class - [JAR]

├─ com.xxl.rpc.core.remoting.net.impl.netty_http.server.NettyHttpServerHandler.class - [JAR]

com.xxl.rpc.core.remoting.net.impl.netty.codec

├─ com.xxl.rpc.core.remoting.net.impl.netty.codec.NettyDecoder.class - [JAR]

├─ com.xxl.rpc.core.remoting.net.impl.netty.codec.NettyEncoder.class - [JAR]

com.xxl.rpc.core.remoting.invoker.route

├─ com.xxl.rpc.core.remoting.invoker.route.LoadBalance.class - [JAR]

├─ com.xxl.rpc.core.remoting.invoker.route.XxlRpcLoadBalance.class - [JAR]

com.xxl.rpc.core.remoting.net.impl.netty.client

├─ com.xxl.rpc.core.remoting.net.impl.netty.client.NettyClient.class - [JAR]

├─ com.xxl.rpc.core.remoting.net.impl.netty.client.NettyClientHandler.class - [JAR]

├─ com.xxl.rpc.core.remoting.net.impl.netty.client.NettyConnectClient.class - [JAR]

com.xxl.rpc.core.registry.impl.xxlrpcadmin.model

├─ com.xxl.rpc.core.registry.impl.xxlrpcadmin.model.XxlRpcAdminRegistryDataItem.class - [JAR]

├─ com.xxl.rpc.core.registry.impl.xxlrpcadmin.model.XxlRpcAdminRegistryRequest.class - [JAR]

├─ com.xxl.rpc.core.registry.impl.xxlrpcadmin.model.XxlRpcAdminRegistryResponse.class - [JAR]

com.xxl.rpc.core.remoting.net.common

├─ com.xxl.rpc.core.remoting.net.common.ConnectClient.class - [JAR]

com.xxl.rpc.core.serialize

├─ com.xxl.rpc.core.serialize.Serializer.class - [JAR]

com.xxl.rpc.core.remoting.invoker.annotation

├─ com.xxl.rpc.core.remoting.invoker.annotation.XxlRpcReference.class - [JAR]

com.xxl.rpc.core.remoting.net.impl.netty.server

├─ com.xxl.rpc.core.remoting.net.impl.netty.server.NettyServer.class - [JAR]

├─ com.xxl.rpc.core.remoting.net.impl.netty.server.NettyServerHandler.class - [JAR]

com.xxl.rpc.core.remoting.provider.annotation

├─ com.xxl.rpc.core.remoting.provider.annotation.XxlRpcService.class - [JAR]

com.xxl.rpc.core.registry.impl.xxlrpcadmin

├─ com.xxl.rpc.core.registry.impl.xxlrpcadmin.XxlRpcAdminRegistryBaseClient.class - [JAR]

├─ com.xxl.rpc.core.registry.impl.xxlrpcadmin.XxlRpcAdminRegistryClient.class - [JAR]

com.xxl.rpc.core.remoting.provider

├─ com.xxl.rpc.core.remoting.provider.XxlRpcProviderFactory.class - [JAR]

com.xxl.rpc.core.remoting.net.impl.netty_http.client

├─ com.xxl.rpc.core.remoting.net.impl.netty_http.client.NettyHttpClient.class - [JAR]

├─ com.xxl.rpc.core.remoting.net.impl.netty_http.client.NettyHttpClientHandler.class - [JAR]

├─ com.xxl.rpc.core.remoting.net.impl.netty_http.client.NettyHttpConnectClient.class - [JAR]

com.xxl.rpc.core.remoting.invoker.generic

├─ com.xxl.rpc.core.remoting.invoker.generic.XxlRpcGenericService.class - [JAR]

com.xxl.rpc.core.remoting.net

├─ com.xxl.rpc.core.remoting.net.Client.class - [JAR]

├─ com.xxl.rpc.core.remoting.net.Server.class - [JAR]

Advertisement

Dependencies from Group

Mar 23, 2023
86 usages
24.7k stars
Oct 02, 2022
5 usages
596 stars
Dec 21, 2018
2 usages
384 stars
Mar 23, 2023
1 usages
26k stars
Oct 24, 2018
1 usages
344 stars

Discover Dependencies

Jan 12, 2015
328 stars
Jul 15, 2014
15 usages
192 stars
Oct 19, 2016
5 usages
0 stars
May 20, 2010
31 usages
Nov 28, 2018
17 usages
428 stars
Oct 01, 2021
7 usages
39 stars
Nov 13, 2019
5 usages
0 stars
Sep 30, 2016
5 usages
5 stars