Uses of Class
com.skype.Friend

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

Uses of Friend in com.skype
 

Methods in com.skype that return Friend
 Friend ContactList.addFriend(String skypeId, String messageForAuthorization)
          Add user to contactlist.
 Friend ContactList.addFriend(User user, String messageForAuthorization)
          Add user to contactlist.
 Friend[] Application.getAllConnectableFriends()
          Find user to whom Skype can connect using AP2AP.
 Friend[] Application.getAllConnectedFriends()
          Find all user with whom we have a established AP2AP connection.
 Friend[] Application.getAllConnectingFriends()
          Find all users to whom SKype is connecting a AP2AP connection.
 Friend[] Group.getAllFriends()
          Return all authorized users.
 Friend[] ContactList.getAllFriends()
          Get all authorized users.
 Friend[] Application.getAllReceivedFriends()
          Find all users which we have received data from using an AP2AP connection.
 Friend[] Application.getAllSendingFriends()
          Find all user to whom we are sending data using a AP2AP connection.
 Friend[] ContactList.getAllUserWaitingForAuthorization()
          Get all users waiting for AUTHORIZATION.
 Friend Stream.getFriend()
          Return the User which is on the other end of this Stream.
 Friend ContactList.getFriend(String skypeId)
          Get the Friend object for one of the authorized users.
 

Methods in com.skype with parameters of type Friend
 void Group.addFriend(Friend friend)
          Add friend to this GROUP.
 void Group.changeFriendDisplayName(Friend friend, String displayName)
          changes the display name for a contact.
 Stream[] Application.connect(Friend... friends)
          Setup an AP2AP connection with a Friend.
 Stream[] Application.getAllStreams(Friend... friends)
          Gets all connected streams by Friend instances.
 boolean Group.hasFriend(Friend checked)
          Check for any friends.
 void Group.removeFriend(Friend friend)
          Remove a friend from this GROUP.
 void ContactList.removeFriend(Friend friend)
          Removes friend from this contact list.
 



Copyright © 2004-2011. All Rights Reserved.