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 spring-websocket-forward-1.0.2.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.ji4597056
├─ com.github.ji4597056.DefaultMessageFilter.class - [JAR]
├─ com.github.ji4597056.DefaultWsHandlerRegistration.class - [JAR]
├─ com.github.ji4597056.EnableWsForward.class - [JAR]
├─ com.github.ji4597056.MessageFilter.class - [JAR]
├─ com.github.ji4597056.WsForwardConfiguration.class - [JAR]
├─ com.github.ji4597056.WsForwardProperties.class - [JAR]
├─ com.github.ji4597056.WsHandlerRegistration.class - [JAR]
com.github.ji4597056.server
├─ com.github.ji4597056.server.AbstractWsServerHandler.class - [JAR]
├─ com.github.ji4597056.server.DiscoveryForwardHandler.class - [JAR]
com.github.ji4597056.utils
├─ com.github.ji4597056.utils.CommonUtils.class - [JAR]
├─ com.github.ji4597056.utils.SpringUtils.class - [JAR]
├─ com.github.ji4597056.utils.WebsocketConstant.class - [JAR]
com.github.ji4597056.client
├─ com.github.ji4597056.client.WsForwardClient.class - [JAR]
├─ com.github.ji4597056.client.WsForwardClientHandler.class - [JAR]