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 server-1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn._94zichao.server.entity
├─ cn._94zichao.server.entity.SocketModel.class - [JAR]
cn._94zichao.server.factory
├─ cn._94zichao.server.factory.ChannelExecutorFactory.class - [JAR]
cn._94zichao.server.handler
├─ cn._94zichao.server.handler.CommonServerHandler.class - [JAR]
cn._94zichao.server.decoder
├─ cn._94zichao.server.decoder.EndBasedDecoder.class - [JAR]
cn._94zichao.server.bootstrap
├─ cn._94zichao.server.bootstrap.ZzcServerBootstrap.class - [JAR]
cn._94zichao.server.server
├─ cn._94zichao.server.server.ZzcServer.class - [JAR]
cn._94zichao.server.annotation
├─ cn._94zichao.server.annotation.ZzcService.class - [JAR]
cn._94zichao.server.encoder
├─ cn._94zichao.server.encoder.ToModelEncoder.class - [JAR]
cn._94zichao.server.factory.executor
├─ cn._94zichao.server.factory.executor.Executor.class - [JAR]
cn._94zichao.server.util
├─ cn._94zichao.server.util.ByteUtil.class - [JAR]
├─ cn._94zichao.server.util.CacheUtil.class - [JAR]
├─ cn._94zichao.server.util.Content.class - [JAR]