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 video-conference-service-6.0.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.wizzdi.video.conference.service.service
├─ com.wizzdi.video.conference.service.service.IRoomService.class - [JAR]
├─ com.wizzdi.video.conference.service.service.IRoomToVideoServerUserService.class - [JAR]
├─ com.wizzdi.video.conference.service.service.IVideoServerService.class - [JAR]
├─ com.wizzdi.video.conference.service.service.IVideoServerUserService.class - [JAR]
├─ com.wizzdi.video.conference.service.service.RoomService.class - [JAR]
├─ com.wizzdi.video.conference.service.service.RoomToVideoServerUserService.class - [JAR]
├─ com.wizzdi.video.conference.service.service.VideoServerService.class - [JAR]
├─ com.wizzdi.video.conference.service.service.VideoServerUserService.class - [JAR]
com.wizzdi.video.conference.service.request
├─ com.wizzdi.video.conference.service.request.JitsiTokenRequest.class - [JAR]
├─ com.wizzdi.video.conference.service.request.JitsiUser.class - [JAR]
├─ com.wizzdi.video.conference.service.request.RoomCreate.class - [JAR]
├─ com.wizzdi.video.conference.service.request.RoomFilter.class - [JAR]
├─ com.wizzdi.video.conference.service.request.RoomToVideoServerUserCreate.class - [JAR]
├─ com.wizzdi.video.conference.service.request.RoomToVideoServerUserFilter.class - [JAR]
├─ com.wizzdi.video.conference.service.request.RoomToVideoServerUserUpdate.class - [JAR]
├─ com.wizzdi.video.conference.service.request.RoomUpdate.class - [JAR]
├─ com.wizzdi.video.conference.service.request.VideoServerCreate.class - [JAR]
├─ com.wizzdi.video.conference.service.request.VideoServerFilter.class - [JAR]
├─ com.wizzdi.video.conference.service.request.VideoServerUpdate.class - [JAR]
├─ com.wizzdi.video.conference.service.request.VideoServerUserCreate.class - [JAR]
├─ com.wizzdi.video.conference.service.request.VideoServerUserFilter.class - [JAR]
├─ com.wizzdi.video.conference.service.request.VideoServerUserUpdate.class - [JAR]
com.wizzdi.video.conference.service.controller
├─ com.wizzdi.video.conference.service.controller.RoomController.class - [JAR]
├─ com.wizzdi.video.conference.service.controller.RoomToVideoServerUserController.class - [JAR]
├─ com.wizzdi.video.conference.service.controller.VideoServerController.class - [JAR]
├─ com.wizzdi.video.conference.service.controller.VideoServerUserController.class - [JAR]
com.wizzdi.video.conference.service.data
├─ com.wizzdi.video.conference.service.data.IRoomRepository.class - [JAR]
├─ com.wizzdi.video.conference.service.data.IRoomToVideoServerUserRepository.class - [JAR]
├─ com.wizzdi.video.conference.service.data.IVideoServerRepository.class - [JAR]
├─ com.wizzdi.video.conference.service.data.IVideoServerUserRepository.class - [JAR]
├─ com.wizzdi.video.conference.service.data.RoomRepository.class - [JAR]
├─ com.wizzdi.video.conference.service.data.RoomToVideoServerUserRepository.class - [JAR]
├─ com.wizzdi.video.conference.service.data.VideoServerRepository.class - [JAR]
├─ com.wizzdi.video.conference.service.data.VideoServerUserRepository.class - [JAR]
com.wizzdi.video.conference.service.response
├─ com.wizzdi.video.conference.service.response.JitsiTokenResponse.class - [JAR]
com.wizzdi.video.conference.service.interfaces
├─ com.wizzdi.video.conference.service.interfaces.VideoUserProvider.class - [JAR]