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 kurento-room-sdk-6.6.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.kurento.room
├─ org.kurento.room.NotificationRoomManager.class - [JAR]
├─ org.kurento.room.RoomManager.class - [JAR]
org.kurento.room.exception
├─ org.kurento.room.exception.RoomException.class - [JAR]
org.kurento.room.api.pojo
├─ org.kurento.room.api.pojo.ParticipantRequest.class - [JAR]
├─ org.kurento.room.api.pojo.UserParticipant.class - [JAR]
org.kurento.room.endpoint
├─ org.kurento.room.endpoint.MediaEndpoint.class - [JAR]
├─ org.kurento.room.endpoint.PublisherEndpoint.class - [JAR]
├─ org.kurento.room.endpoint.SdpType.class - [JAR]
├─ org.kurento.room.endpoint.SubscriberEndpoint.class - [JAR]
org.kurento.room.internal
├─ org.kurento.room.internal.DefaultKurentoClientSessionInfo.class - [JAR]
├─ org.kurento.room.internal.DefaultNotificationRoomHandler.class - [JAR]
├─ org.kurento.room.internal.Participant.class - [JAR]
├─ org.kurento.room.internal.ProtocolElements.class - [JAR]
├─ org.kurento.room.internal.Room.class - [JAR]
org.kurento.room.api
├─ org.kurento.room.api.KurentoClientProvider.class - [JAR]
├─ org.kurento.room.api.KurentoClientSessionInfo.class - [JAR]
├─ org.kurento.room.api.MutedMediaType.class - [JAR]
├─ org.kurento.room.api.NotificationRoomHandler.class - [JAR]
├─ org.kurento.room.api.RoomHandler.class - [JAR]
├─ org.kurento.room.api.UserNotificationService.class - [JAR]