Class SRTPChannelJ9.UdpReader

java.lang.Object
java.lang.Thread
javaforce.voip.SRTPChannelJ9.UdpReader
All Implemented Interfaces:
Runnable
Enclosing class:
SRTPChannelJ9

public class SRTPChannelJ9.UdpReader extends Thread
Author:
pquiring Created : Dec ?, 2013 RFCs: http://tools.ietf.org/html/rfc3711 - SRTP http://tools.ietf.org/html/rfc4568 - Using SDP to exchange keys for SRTP (old method before DTLS) (obsolete) http://tools.ietf.org/html/rfc5764 - Using DTLS to exchange keys for SRTP
  • Field Details

  • Constructor Details

    • UdpReader

      public UdpReader()
  • Method Details

    • log

      public void log(String msg)
    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread