jar

io.github.airxiechao : axcboot

Maven & Gradle

Jan 02, 2021
4 stars

axcboot · A collection of simple Java back-end components

Table Of Contents

Latest Version

Download io.github.airxiechao : axcboot JAR file - Latest Versions:

All Versions

Download io.github.airxiechao : axcboot JAR file - All Versions:

Version Vulnerabilities Size Updated
0.31
0.24
0.23
0.22
0.21
0.20
0.11
0.3
0.1

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 axcboot-0.31.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.airxiechao.axcboot.communication.rest.security

├─ com.airxiechao.axcboot.communication.rest.security.AuthException.class - [JAR]

├─ com.airxiechao.axcboot.communication.rest.security.AuthPrincipal.class - [JAR]

├─ com.airxiechao.axcboot.communication.rest.security.AuthRoleChecker.class - [JAR]

├─ com.airxiechao.axcboot.communication.rest.security.GuardPrincipal.class - [JAR]

├─ com.airxiechao.axcboot.communication.rest.security.SecurityProcess.class - [JAR]

com.airxiechao.axcboot.communication.websocket.annotation

├─ com.airxiechao.axcboot.communication.websocket.annotation.Endpoint.class - [JAR]

├─ com.airxiechao.axcboot.communication.websocket.annotation.WsMessageType.class - [JAR]

com.airxiechao.axcboot.communication.ltc.queue

├─ com.airxiechao.axcboot.communication.ltc.queue.CallableFuture.class - [JAR]

├─ com.airxiechao.axcboot.communication.ltc.queue.CallableQueue.class - [JAR]

├─ com.airxiechao.axcboot.communication.ltc.queue.ICallableEvent.class - [JAR]

com.airxiechao.axcboot.communication.rpc.server

├─ com.airxiechao.axcboot.communication.rpc.server.RpcServer.class - [JAR]

├─ com.airxiechao.axcboot.communication.rpc.server.RpcServerMessageRouter.class - [JAR]

com.airxiechao.axcboot.storage.cache.memory

├─ com.airxiechao.axcboot.storage.cache.memory.MemoryCache.class - [JAR]

├─ com.airxiechao.axcboot.storage.cache.memory.MemoryCacheManager.class - [JAR]

com.airxiechao.axcboot.storage.cache.persistence

├─ com.airxiechao.axcboot.storage.cache.persistence.PersistenceCache.class - [JAR]

├─ com.airxiechao.axcboot.storage.cache.persistence.PersistenceCacheManager.class - [JAR]

com.airxiechao.axcboot.communication.websocket.server

├─ com.airxiechao.axcboot.communication.websocket.server.WsServer.class - [JAR]

├─ com.airxiechao.axcboot.communication.websocket.server.WsServerMessageRouter.class - [JAR]

com.airxiechao.axcboot.storage.cache.redis

├─ com.airxiechao.axcboot.storage.cache.redis.AbsRedisTable.class - [JAR]

├─ com.airxiechao.axcboot.storage.cache.redis.Redis.class - [JAR]

├─ com.airxiechao.axcboot.storage.cache.redis.RedisListTable.class - [JAR]

├─ com.airxiechao.axcboot.storage.cache.redis.RedisManager.class - [JAR]

├─ com.airxiechao.axcboot.storage.cache.redis.RedisRangeSet.class - [JAR]

com.airxiechao.axcboot.storage.db

├─ com.airxiechao.axcboot.storage.db.DbKill.class - [JAR]

├─ com.airxiechao.axcboot.storage.db.DbManager.class - [JAR]

├─ com.airxiechao.axcboot.storage.db.DbMapper.class - [JAR]

├─ com.airxiechao.axcboot.storage.db.DbSqlProvider.class - [JAR]

├─ com.airxiechao.axcboot.storage.db.DbTransaction.class - [JAR]

com.airxiechao.axcboot.storage.db.model

├─ com.airxiechao.axcboot.storage.db.model.DbProcess.class - [JAR]

├─ com.airxiechao.axcboot.storage.db.model.OrderType.class - [JAR]

├─ com.airxiechao.axcboot.storage.db.model.SqlParams.class - [JAR]

com.airxiechao.axcboot.storage.cache.expire

├─ com.airxiechao.axcboot.storage.cache.expire.ExpiringBucket.class - [JAR]

├─ com.airxiechao.axcboot.storage.cache.expire.ExpiringCache.class - [JAR]

├─ com.airxiechao.axcboot.storage.cache.expire.ExpiringCacheManager.class - [JAR]

├─ com.airxiechao.axcboot.storage.cache.expire.ExpiringData.class - [JAR]

com.airxiechao.axcboot.communication.rpc.client

├─ com.airxiechao.axcboot.communication.rpc.client.RpcClient.class - [JAR]

├─ com.airxiechao.axcboot.communication.rpc.client.RpcClientMessageRouter.class - [JAR]

com.airxiechao.axcboot.communication.rest.aspect

├─ com.airxiechao.axcboot.communication.rest.aspect.PinHandler.class - [JAR]

com.airxiechao.axcboot.communication.rest.server

├─ com.airxiechao.axcboot.communication.rest.server.RestServer.class - [JAR]

com.airxiechao.axcboot.crypto

├─ com.airxiechao.axcboot.crypto.DesUtil.class - [JAR]

com.airxiechao.axcboot.communication.rest.util

├─ com.airxiechao.axcboot.communication.rest.util.RestUtil.class - [JAR]

com.airxiechao.axcboot.storage.cache.db

├─ com.airxiechao.axcboot.storage.cache.db.AbsCacheDb.class - [JAR]

com.airxiechao.axcboot.communication.rpc.common

├─ com.airxiechao.axcboot.communication.rpc.common.IRpcMessageHandler.class - [JAR]

├─ com.airxiechao.axcboot.communication.rpc.common.RpcClientFuture.class - [JAR]

├─ com.airxiechao.axcboot.communication.rpc.common.RpcContext.class - [JAR]

├─ com.airxiechao.axcboot.communication.rpc.common.RpcException.class - [JAR]

├─ com.airxiechao.axcboot.communication.rpc.common.RpcFuture.class - [JAR]

├─ com.airxiechao.axcboot.communication.rpc.common.RpcMessage.class - [JAR]

├─ com.airxiechao.axcboot.communication.rpc.common.RpcMessageDecoder.class - [JAR]

├─ com.airxiechao.axcboot.communication.rpc.common.RpcMessageEncoder.class - [JAR]

com.airxiechao.axcboot.communication.rpc.util

├─ com.airxiechao.axcboot.communication.rpc.util.RpcUtil.class - [JAR]

com.airxiechao.axcboot.storage.db.util

├─ com.airxiechao.axcboot.storage.db.util.SqlParamsBuilder.class - [JAR]

com.airxiechao.axcboot.communication.common.annotation

├─ com.airxiechao.axcboot.communication.common.annotation.Auth.class - [JAR]

├─ com.airxiechao.axcboot.communication.common.annotation.Param.class - [JAR]

├─ com.airxiechao.axcboot.communication.common.annotation.Params.class - [JAR]

├─ com.airxiechao.axcboot.communication.common.annotation.Query.class - [JAR]

com.airxiechao.axcboot.process.threadpool

├─ com.airxiechao.axcboot.process.threadpool.ThreadPool.class - [JAR]

├─ com.airxiechao.axcboot.process.threadpool.ThreadPoolManager.class - [JAR]

├─ com.airxiechao.axcboot.process.threadpool.ThreadPoolUtil.class - [JAR]

com.airxiechao.axcboot.process.transaction

├─ com.airxiechao.axcboot.process.transaction.TransactionPipeline.class - [JAR]

├─ com.airxiechao.axcboot.process.transaction.TransactionRunnable.class - [JAR]

├─ com.airxiechao.axcboot.process.transaction.TransactionStep.class - [JAR]

com.airxiechao.axcboot.communication.websocket.common

├─ com.airxiechao.axcboot.communication.websocket.common.AbsWsListener.class - [JAR]

├─ com.airxiechao.axcboot.communication.websocket.common.IWsMessageHandler.class - [JAR]

├─ com.airxiechao.axcboot.communication.websocket.common.WsMessage.class - [JAR]

├─ com.airxiechao.axcboot.communication.websocket.common.WsMessageDecoder.class - [JAR]

com.airxiechao.axcboot.communication.pubsub.annotation

├─ com.airxiechao.axcboot.communication.pubsub.annotation.Sink.class - [JAR]

com.airxiechao.axcboot.communication.common

├─ com.airxiechao.axcboot.communication.common.PageData.class - [JAR]

├─ com.airxiechao.axcboot.communication.common.PageParam.class - [JAR]

├─ com.airxiechao.axcboot.communication.common.RequestId.class - [JAR]

├─ com.airxiechao.axcboot.communication.common.Response.class - [JAR]

com.airxiechao.axcboot.util.logger

├─ com.airxiechao.axcboot.util.logger.TraceLogger.class - [JAR]

├─ com.airxiechao.axcboot.util.logger.TraceLoggerInvocationHandler.class - [JAR]

com.airxiechao.axcboot.task

├─ com.airxiechao.axcboot.task.ScheduleTask.class - [JAR]

├─ com.airxiechao.axcboot.task.ScheduleTaskManager.class - [JAR]

com.airxiechao.axcboot.communication.pubsub

├─ com.airxiechao.axcboot.communication.pubsub.ISubscriber.class - [JAR]

├─ com.airxiechao.axcboot.communication.pubsub.PubSubManager.class - [JAR]

├─ com.airxiechao.axcboot.communication.pubsub.PubSubWorker.class - [JAR]

├─ com.airxiechao.axcboot.communication.pubsub.PublishHandler.class - [JAR]

com.airxiechao.axcboot.communication.rpc.security

├─ com.airxiechao.axcboot.communication.rpc.security.RpcAuthChecker.class - [JAR]

com.airxiechao.axcboot.annotation

├─ com.airxiechao.axcboot.annotation.Description.class - [JAR]

├─ com.airxiechao.axcboot.annotation.Ref.class - [JAR]

com.airxiechao

├─ com.airxiechao.App.class - [JAR]

com.airxiechao.axcboot.storage.annotation

├─ com.airxiechao.axcboot.storage.annotation.Table.class - [JAR]

com.airxiechao.axcboot.communication.rest.annotation

├─ com.airxiechao.axcboot.communication.rest.annotation.Delete.class - [JAR]

├─ com.airxiechao.axcboot.communication.rest.annotation.Get.class - [JAR]

├─ com.airxiechao.axcboot.communication.rest.annotation.Guard.class - [JAR]

├─ com.airxiechao.axcboot.communication.rest.annotation.Pin.class - [JAR]

├─ com.airxiechao.axcboot.communication.rest.annotation.PinWhen.class - [JAR]

├─ com.airxiechao.axcboot.communication.rest.annotation.Pins.class - [JAR]

├─ com.airxiechao.axcboot.communication.rest.annotation.Post.class - [JAR]

com.airxiechao.axcboot.util.retry

├─ com.airxiechao.axcboot.util.retry.RetryRunnable.class - [JAR]

├─ com.airxiechao.axcboot.util.retry.RetryUtil.class - [JAR]

com.airxiechao.axcboot.communication.ltc

├─ com.airxiechao.axcboot.communication.ltc.CallableWorker.class - [JAR]

├─ com.airxiechao.axcboot.communication.ltc.WorkerManager.class - [JAR]

com.airxiechao.axcboot.util

├─ com.airxiechao.axcboot.util.CodecUtil.class - [JAR]

├─ com.airxiechao.axcboot.util.ConfigUtil.class - [JAR]

├─ com.airxiechao.axcboot.util.FileUtil.class - [JAR]

├─ com.airxiechao.axcboot.util.HttpUtil.class - [JAR]

├─ com.airxiechao.axcboot.util.ImageUtil.class - [JAR]

├─ com.airxiechao.axcboot.util.MapBuilder.class - [JAR]

├─ com.airxiechao.axcboot.util.ModelUtil.class - [JAR]

├─ com.airxiechao.axcboot.util.RefUtil.class - [JAR]

├─ com.airxiechao.axcboot.util.StringUtil.class - [JAR]

├─ com.airxiechao.axcboot.util.TimeUtil.class - [JAR]

├─ com.airxiechao.axcboot.util.UuidUtil.class - [JAR]

Advertisement