Uses of Class
com.skype.Stream

Packages that use Stream
com.skype <#if locale="ja"> <#else> Provides the classes for Skype API  
 

Uses of Stream in com.skype
 

Methods in com.skype that return Stream
 Stream[] Application.connect(Friend... friends)
          Setup an AP2AP connection with a Friend.
 Stream[] Application.connect(String... ids)
          Setup an AP2AP connection with members.
 Stream[] Application.connectToAll()
          Find connetable users.
 Stream[] Application.getAllStreams()
          Gets all connected streams.
 Stream[] Application.getAllStreams(Friend... friends)
          Gets all connected streams by Friend instances.
 Stream[] Application.getAllStreams(String... ids)
          Gets connected streams by Skype IDs.
 

Methods in com.skype with parameters of type Stream
 void ApplicationListener.connected(Stream stream)
          Called when a AP2AP stream is connected.
 void ApplicationAdapter.connected(Stream stream)
          Implement this method to get triggered on AP2AP connected events.
 void ApplicationListener.disconnected(Stream stream)
          Called when a AP2AP stream gets disconnected.
 void ApplicationAdapter.disconnected(Stream stream)
          Implement this method to get triggered on AP2AP disconnected events.
 



Copyright © 2004-2011. All Rights Reserved.