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 opensips-event-mi-spring-boot-starter-1.0.0.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.atomscat.opensips.spring.boot.starter.handler
├─ com.atomscat.opensips.spring.boot.starter.handler.AbstractClientConnectHandler.class - [JAR]
├─ com.atomscat.opensips.spring.boot.starter.handler.AbstractClientEventHandler.class - [JAR]
├─ com.atomscat.opensips.spring.boot.starter.handler.AbstractEventClientOptionHandler.class - [JAR]
├─ com.atomscat.opensips.spring.boot.starter.handler.ClientConnectHandler.class - [JAR]
├─ com.atomscat.opensips.spring.boot.starter.handler.ClientEventHandler.class - [JAR]
├─ com.atomscat.opensips.spring.boot.starter.handler.DefaultClientConnectHandler.class - [JAR]
├─ com.atomscat.opensips.spring.boot.starter.handler.DefaultClientEventHandler.class - [JAR]
├─ com.atomscat.opensips.spring.boot.starter.handler.EventClientOptionHandler.class - [JAR]
com.atomscat.opensips.spring.boot.starter.config
├─ com.atomscat.opensips.spring.boot.starter.config.OpensipsAutoConfiguration.class - [JAR]
com.atomscat.opensips.spring.boot.starter
├─ com.atomscat.opensips.spring.boot.starter.EnableOpensipsAutoConfiguration.class - [JAR]
com.atomscat.opensips.spring.boot.starter.template
├─ com.atomscat.opensips.spring.boot.starter.template.DefaultEventClientOptionHandlerTemplate.class - [JAR]
├─ com.atomscat.opensips.spring.boot.starter.template.ServerConnectionListenerTemplate.class - [JAR]
├─ com.atomscat.opensips.spring.boot.starter.template.ServerEventListenerTemplate.class - [JAR]
com.atomscat.opensips.spring.boot.starter.propeties
├─ com.atomscat.opensips.spring.boot.starter.propeties.OpensipsEventProperties.class - [JAR]
├─ com.atomscat.opensips.spring.boot.starter.propeties.ServerProperties.class - [JAR]