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 aka-service-frame-2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.ulwx.aka.frame.protocol
├─ com.github.ulwx.aka.frame.protocol.CallBackType.class - [JAR]
├─ com.github.ulwx.aka.frame.protocol.HandleStatus.class - [JAR]
├─ com.github.ulwx.aka.frame.protocol.InterType.class - [JAR]
├─ com.github.ulwx.aka.frame.protocol.Status.class - [JAR]
com.github.ulwx.aka.frame.services.dao.impl
├─ com.github.ulwx.aka.frame.services.dao.impl.InterLogReqDaoImpl.class - [JAR]
com.github.ulwx.aka.frame.services.domain
├─ com.github.ulwx.aka.frame.services.domain.InterLogReqBean.class - [JAR]
com.github.ulwx.aka.frame.protocol.req
├─ com.github.ulwx.aka.frame.protocol.req.Protocol.class - [JAR]
com.github.ulwx.aka.frame.services.dao.impl.model
├─ com.github.ulwx.aka.frame.services.dao.impl.model.InterLogReq.class - [JAR]
com.github.ulwx.aka.frame.web.action.log.services.dao
├─ com.github.ulwx.aka.frame.web.action.log.services.dao.LogDao.class - [JAR]
com.github.ulwx.aka.frame.services.service
├─ com.github.ulwx.aka.frame.services.service.InterLogService.class - [JAR]
com.github.ulwx.aka.frame.services.dao
├─ com.github.ulwx.aka.frame.services.dao.InterLogReqDao.class - [JAR]
com.github.ulwx.aka.frame.protocol.utils
├─ com.github.ulwx.aka.frame.protocol.utils.IError.class - [JAR]
com.github.ulwx.aka.frame.web.action.log
├─ com.github.ulwx.aka.frame.web.action.log.LogAction.class - [JAR]
com.github.ulwx.aka.frame.utils
├─ com.github.ulwx.aka.frame.utils.Constant.class - [JAR]
├─ com.github.ulwx.aka.frame.utils.JwtHelper.class - [JAR]
├─ com.github.ulwx.aka.frame.utils.NetTools.class - [JAR]
├─ com.github.ulwx.aka.frame.utils.TokenInfo.class - [JAR]
com.github.ulwx.aka.frame
├─ com.github.ulwx.aka.frame.AkaFrameConfiguration.class - [JAR]
├─ com.github.ulwx.aka.frame.AkaFrameProperties.class - [JAR]
├─ com.github.ulwx.aka.frame.FrameAcesssNotFilerUrlsProvider.class - [JAR]
├─ com.github.ulwx.aka.frame.UIFrameAppConfig.class - [JAR]
├─ com.github.ulwx.aka.frame.UiFrameConstants.class - [JAR]
├─ com.github.ulwx.aka.frame.UlFrameSignatures.class - [JAR]
com.github.ulwx.aka.frame.process
├─ com.github.ulwx.aka.frame.process.AlkaFrameRequestProcessor.class - [JAR]
├─ com.github.ulwx.aka.frame.process.DebugProcess.class - [JAR]
├─ com.github.ulwx.aka.frame.process.FrameProcess.class - [JAR]
├─ com.github.ulwx.aka.frame.process.GateServerProcessor.class - [JAR]
├─ com.github.ulwx.aka.frame.process.JwtVerifyPlugin.class - [JAR]
├─ com.github.ulwx.aka.frame.process.JwtVerifyProcessor.class - [JAR]
├─ com.github.ulwx.aka.frame.process.ProtocolBuilder.class - [JAR]
├─ com.github.ulwx.aka.frame.process.SignVerifyProcessor.class - [JAR]
├─ com.github.ulwx.aka.frame.process.StoreRequestProcessor.class - [JAR]
├─ com.github.ulwx.aka.frame.process.StoreResultInfo.class - [JAR]
com.github.ulwx.aka.frame.web.action.log.services.service
├─ com.github.ulwx.aka.frame.web.action.log.services.service.LogService.class - [JAR]