Package connection.peer

Examples of connection.peer.GenericPeerConnection.terminate()


  public void interrupt()
  {
    GenericPeerConnection connection = getConnection();
    if (connection != null)
    {
      connection.terminate();
    }
    interrupted = true;
  }

  public boolean isInterrupted()
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.