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 cocosocket-1.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.ngame.socket.protocol
├─ org.ngame.socket.protocol.LVProtocol.class - [JAR]
├─ org.ngame.socket.protocol.NullProtocol.class - [JAR]
├─ org.ngame.socket.protocol.Protocol.class - [JAR]
├─ org.ngame.socket.protocol.Varint32HeaderProtocol.class - [JAR]
org.ngame.socket.util
├─ org.ngame.socket.util.Base64.class - [JAR]
├─ org.ngame.socket.util.CodedInputStream.class - [JAR]
├─ org.ngame.socket.util.CodedOutputStream.class - [JAR]
├─ org.ngame.socket.util.DialyFileHandler.class - [JAR]
├─ org.ngame.socket.util.LoggingFormatter.class - [JAR]
org.ngame.socket
├─ org.ngame.socket.LocalClient.class - [JAR]
├─ org.ngame.socket.LocalServer.class - [JAR]
├─ org.ngame.socket.NClient.class - [JAR]
├─ org.ngame.socket.NListener.class - [JAR]
├─ org.ngame.socket.NServer.class - [JAR]
├─ org.ngame.socket.SocketClient.class - [JAR]
org.ngame.socket.framing
├─ org.ngame.socket.framing.Framedata.class - [JAR]
├─ org.ngame.socket.framing.Varint32Framedata.class - [JAR]
org.ngame.socket.exeptions
├─ org.ngame.socket.exeptions.InvalidDataException.class - [JAR]
├─ org.ngame.socket.exeptions.LimitExedeedException.class - [JAR]
org.ngame.socket.test
├─ org.ngame.socket.test.TestClient.class - [JAR]
├─ org.ngame.socket.test.TestHttpClient.class - [JAR]
├─ org.ngame.socket.test.TestLocalServer.class - [JAR]
├─ org.ngame.socket.test.TestServer.class - [JAR]
├─ org.ngame.socket.test.WebSocketClient.class - [JAR]
├─ org.ngame.socket.test.WebSocketClientHandler.class - [JAR]