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 portifi-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.guohao.portifi.channel
├─ io.github.guohao.portifi.channel.BackHandler.class - [JAR]
├─ io.github.guohao.portifi.channel.ChannelUtilsKt.class - [JAR]
├─ io.github.guohao.portifi.channel.FrontHandler.class - [JAR]
├─ io.github.guohao.portifi.channel.FrontHandlerKt.class - [JAR]
├─ io.github.guohao.portifi.channel.PortifiHandler.class - [JAR]
├─ io.github.guohao.portifi.channel.PortifiHandlerKt.class - [JAR]
io.github.guohao.portifi.protocol
├─ io.github.guohao.portifi.protocol.DetectorsKt.class - [JAR]
├─ io.github.guohao.portifi.protocol.Http2Detector.class - [JAR]
├─ io.github.guohao.portifi.protocol.HttpDetector.class - [JAR]
├─ io.github.guohao.portifi.protocol.HttpDetectorKt.class - [JAR]
├─ io.github.guohao.portifi.protocol.ProtocolDetector.class - [JAR]
├─ io.github.guohao.portifi.protocol.RawProtocol.class - [JAR]
├─ io.github.guohao.portifi.protocol.RespDetector.class - [JAR]
io.github.guohao.portifi
├─ io.github.guohao.portifi.Portifi.class - [JAR]
├─ io.github.guohao.portifi.PortifiKt.class - [JAR]
├─ io.github.guohao.portifi.Protocol.class - [JAR]
├─ io.github.guohao.portifi.ProxySpec.class - [JAR]
├─ io.github.guohao.portifi.ProxySpecBuilder.class - [JAR]
├─ io.github.guohao.portifi.SimpleProxySpec.class - [JAR]
io.github.guohao.portifi.converter
├─ io.github.guohao.portifi.converter.Converter.class - [JAR]
├─ io.github.guohao.portifi.converter.ConvertersKt.class - [JAR]
├─ io.github.guohao.portifi.converter.NothingConverter.class - [JAR]
├─ io.github.guohao.portifi.converter.QueryCommand.class - [JAR]
├─ io.github.guohao.portifi.converter.RedisToHttp11Handler.class - [JAR]
├─ io.github.guohao.portifi.converter.RespResponseBox.class - [JAR]
├─ io.github.guohao.portifi.converter.RespToHttp11Converter.class - [JAR]
├─ io.github.guohao.portifi.converter.RespToHttp11ConverterKt.class - [JAR]
├─ io.github.guohao.portifi.converter.RespToHttpRequestMapper.class - [JAR]
├─ io.github.guohao.portifi.converter.SetMapper.class - [JAR]
├─ io.github.guohao.portifi.converter.SingleCommand.class - [JAR]