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 dirigible-components-unit-websockets-7.1.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.eclipse.dirigible.components.websockets.repository
├─ org.eclipse.dirigible.components.websockets.repository.WebsocketRepository.class - [JAR]
org.eclipse.dirigible.components.websockets.service
├─ org.eclipse.dirigible.components.websockets.service.WebsocketService.class - [JAR]
org.eclipse.dirigible.components.websockets.config
├─ org.eclipse.dirigible.components.websockets.config.WebSocketsUnit.class - [JAR]
org.eclipse.dirigible.components.websockets.endpoint
├─ org.eclipse.dirigible.components.websockets.endpoint.WebsocketEndpoint.class - [JAR]
org.eclipse.dirigible.components.websockets.domain
├─ org.eclipse.dirigible.components.websockets.domain.Websocket.class - [JAR]
org.eclipse.dirigible.components.websockets.synchronizer
├─ org.eclipse.dirigible.components.websockets.synchronizer.WebsocketsSynchronizer.class - [JAR]