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 sctp-impl-2.2.9.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.restcomm.protocols.sctp
├─ org.restcomm.protocols.sctp.AssociationImpl.class - [JAR]
├─ org.restcomm.protocols.sctp.AssociationMap.class - [JAR]
├─ org.restcomm.protocols.sctp.NettySctpChannelInboundHandlerAdapter.class - [JAR]
├─ org.restcomm.protocols.sctp.NettySctpClientChannelInitializer.class - [JAR]
├─ org.restcomm.protocols.sctp.NettySctpClientHandler.class - [JAR]
├─ org.restcomm.protocols.sctp.NettySctpServerChannelInitializer.class - [JAR]
├─ org.restcomm.protocols.sctp.NettySctpServerHandler.class - [JAR]
├─ org.restcomm.protocols.sctp.NettyTcpClientChannelInitializer.class - [JAR]
├─ org.restcomm.protocols.sctp.NettyTcpServerChannelInitializer.class - [JAR]
├─ org.restcomm.protocols.sctp.SctpManagementImpl.class - [JAR]
├─ org.restcomm.protocols.sctp.ServerImpl.class - [JAR]