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 finnhub-websocket-jvm-0.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.hibernix.finnhub.model
├─ com.hibernix.finnhub.model.ErrorFrame.class - [JAR]
├─ com.hibernix.finnhub.model.FinnhubMessageFrame.class - [JAR]
├─ com.hibernix.finnhub.model.MessageType.class - [JAR]
├─ com.hibernix.finnhub.model.NewsItem.class - [JAR]
├─ com.hibernix.finnhub.model.TradeItem.class - [JAR]
├─ com.hibernix.finnhub.model.WsNewsFrame.class - [JAR]
├─ com.hibernix.finnhub.model.WsTradeFrame.class - [JAR]
com.hibernix.finnhub.websocket
├─ com.hibernix.finnhub.websocket.FinnhubWebSocket.class - [JAR]
├─ com.hibernix.finnhub.websocket.FinnhubWebSocketImpl.class - [JAR]
├─ com.hibernix.finnhub.websocket.FinnhubWebsocketException.class - [JAR]