Uses of Interface
org.red5.client.net.rtmp.IRTMPClient
-
Packages that use IRTMPClient Package Description org.red5.client.net.rtmp org.red5.client.net.rtmpe org.red5.client.net.rtmps org.red5.client.net.rtmpt -
-
Uses of IRTMPClient in org.red5.client.net.rtmp
Classes in org.red5.client.net.rtmp that implement IRTMPClient Modifier and Type Class Description classBaseRTMPClientHandlerBase class for clients (RTMP and RTMPT)classRTMPClientRTMP client implementation supporting "rtmp" and "rtmpe" protocols. -
Uses of IRTMPClient in org.red5.client.net.rtmpe
Classes in org.red5.client.net.rtmpe that implement IRTMPClient Modifier and Type Class Description classRTMPEClientRTMPE client object based on the original RTMP client. -
Uses of IRTMPClient in org.red5.client.net.rtmps
Classes in org.red5.client.net.rtmps that implement IRTMPClient Modifier and Type Class Description classRTMPSClientRTMPS client object (RTMPS Native)classRTMPTSClientRTMPT/S client object -
Uses of IRTMPClient in org.red5.client.net.rtmpt
Classes in org.red5.client.net.rtmpt that implement IRTMPClient Modifier and Type Class Description classRTMPTClientRTMPT client object
-