- Call - Class in com.skype
-
This class implements all features of the SKYPE CALL protocol.
- call(String...) - Static method in class com.skype.Skype
-
Make a Skype CALL to multiple users.
- call(String) - Static method in class com.skype.Skype
-
Make a Skype CALL to one single Skype user.
- call() - Method in class com.skype.User
-
Start a call to this User.
- Call.DTMF - Enum in com.skype
-
Enumeration of DTMF types.
- Call.Status - Enum in com.skype
-
Enumeration of call status types.
- Call.Type - Enum in com.skype
-
Enumeration of CALL types.
- Call.VideoStatus - Enum in com.skype
-
Enumeration of video status types.
- CallAdapter - Class in com.skype
-
Empty implementation of CallListener to overide and use as a listener.
- CallAdapter() - Constructor for class com.skype.CallAdapter
-
- CallListener - Interface in com.skype
-
Listener interface for the CALL object.
- callMaked(Call) - Method in class com.skype.CallAdapter
-
This method is called when a new CALL is started.
- callMaked(Call) - Method in interface com.skype.CallListener
-
Called when a new CALL is started.
- callReceived(Call) - Method in class com.skype.CallAdapter
-
This method will be triggered when a CALL is received.
- callReceived(Call) - Method in interface com.skype.CallListener
-
Called when a CALL is received.
- CallStatusChangedListener - Interface in com.skype
-
Listener interface for CALL objects status changed events.
- cancel() - Method in class com.skype.Call
-
Cancel a CALL.
- canDoSkypeIn() - Method in class com.skype.Profile
-
Indicates whether the current user can do SkypeIn.
- canDoSkypeOut() - Method in class com.skype.Profile
-
Indicates whether the current user can do SkypeOut.
- canDoVoiceMail() - Method in class com.skype.Profile
-
Indicates whether the current user can do VoiceMail.
- canLeaveVoiceMail() - Method in class com.skype.User
-
Indicates whether the current user can leave voice mails to this user.
- canTransferTo(String) - Method in class com.skype.Call
-
- changeFriendDisplayName(Friend, String) - Method in class com.skype.Group
-
changes the display name for a contact.
- changePSTNDisplayName(String, String) - Method in class com.skype.Group
-
changes the display name for a contact.
- Chat - Class in com.skype
-
object representing Skype CHAT object.
- chat(String[]) - Static method in class com.skype.Skype
-
Start a chat with multiple Skype users.
- chat(String) - Static method in class com.skype.Skype
-
Start a chat with a single Skype user.
- chat() - Method in class com.skype.User
-
Start a chat to this User.
- Chat.Status - Enum in com.skype
-
Enumeration of the status of CHAT object.
- ChatListener - Interface in com.skype
-
- ChatListenerMananager - Class in com.skype
-
- ChatListenerMananager() - Constructor for class com.skype.ChatListenerMananager
-
- ChatMessage - Class in com.skype
-
This class implements Skype CHATMESSAGE object.
- ChatMessage.LeaveReason - Enum in com.skype
-
Enumeration for LeaveReason.
- ChatMessage.Status - Enum in com.skype
-
Enumeration for STATUS of CHATMESSAGE.
- ChatMessage.Type - Enum in com.skype
-
Enumeration for type.
- ChatMessageAdapter - Class in com.skype
-
Implementation of the ChatMessageListener.
- ChatMessageAdapter() - Constructor for class com.skype.ChatMessageAdapter
-
- ChatMessageEditConnectorListener - Class in com.skype
-
- ChatMessageEditConnectorListener() - Constructor for class com.skype.ChatMessageEditConnectorListener
-
- chatMessageEdited(ChatMessage, Date, User) - Method in interface com.skype.ChatMessageEditListener
-
- ChatMessageEditListener - Interface in com.skype
-
- ChatMessageListener - Interface in com.skype
-
This is the listener for the ChatMessage object.
- chatMessageReceived(ChatMessage) - Method in class com.skype.ChatListenerMananager
-
- chatMessageReceived(ChatMessage) - Method in class com.skype.ChatMessageAdapter
-
This method is called when a chatmessage is received.
- chatMessageReceived(ChatMessage) - Method in interface com.skype.ChatMessageListener
-
This method is called when a ChatMessage is received.
- chatMessageSent(ChatMessage) - Method in class com.skype.ChatListenerMananager
-
- chatMessageSent(ChatMessage) - Method in class com.skype.ChatMessageAdapter
-
This method is called when a chatmessage us sent.
- chatMessageSent(ChatMessage) - Method in interface com.skype.ChatMessageListener
-
This method is called when a chat message is sent.
- checkNotNull(String, Object) - Static method in class com.skype.connector.ConnectorUtils
-
Check an object if its not null.
- clearCallHistory() - Static method in class com.skype.Skype
-
Clears all call history.
- clearChatHistory() - Static method in class com.skype.Skype
-
Clears all chat history.
- clearFileCaptureMic() - Method in class com.skype.Call
-
- clearFileInput() - Method in class com.skype.Call
-
- clearFileOutput() - Method in class com.skype.Call
-
- clearPortCaptureMic() - Method in class com.skype.Call
-
- clearPortInput() - Method in class com.skype.Call
-
- clearPortOutput() - Method in class com.skype.Call
-
- clearVoiceMailHistory() - Static method in class com.skype.Skype
-
Clears all voice mail history.
- com.skype - package com.skype
-
<#if locale="ja">
- com.skype.connector - package com.skype.connector
-
Provides the classes for the connector
- com.skype.connector.linux - package com.skype.connector.linux
-
Provides the connector for Linux
- com.skype.connector.osx - package com.skype.connector.osx
-
Provides the connector for Max OS X
- com.skype.connector.win32 - package com.skype.connector.win32
-
Provides the connector for Windows by JNI
- CommandFailedException - Exception in com.skype
-
This exception is used for commands that get a ERROR reply.
- connect(Friend...) - Method in class com.skype.Application
-
Setup an AP2AP connection with a Friend.
- connect(String...) - Method in class com.skype.Application
-
Setup an AP2AP connection with members.
- connect() - Method in class com.skype.connector.Connector
-
Tries to connect this connector to the Skype client.
- connect(int) - Method in class com.skype.connector.Connector
-
Tries to connect this connector to the Skype client on the platform
mechanism.
- connect(int) - Method in class com.skype.connector.linux.LinuxConnector
-
Connects to Skype client.
- connect(int) - Method in class com.skype.connector.osx.OSXConnector
-
Connects to Skype client.
- connect(int) - Method in class com.skype.connector.win32.Win32Connector
-
Connect to Skype client.
- connected(Stream) - Method in class com.skype.ApplicationAdapter
-
Implement this method to get triggered on AP2AP connected events.
- connected(Stream) - Method in interface com.skype.ApplicationListener
-
Called when a AP2AP stream is connected.
- Connector - Class in com.skype.connector
-
Base class for all platform specific connectors.
- Connector() - Constructor for class com.skype.connector.Connector
-
Because this object should be a singleton the constructor is protected.
- Connector.Status - Enum in com.skype.connector
-
Enumeration of the connector status.
- ConnectorException - Exception in com.skype.connector
-
Exception class which connectors can throw.
- ConnectorException() - Constructor for exception com.skype.connector.ConnectorException
-
Constructor.
- ConnectorException(String) - Constructor for exception com.skype.connector.ConnectorException
-
Constructor with message.
- ConnectorException(String, Throwable) - Constructor for exception com.skype.connector.ConnectorException
-
Constructor with message and cause.
- ConnectorListener - Interface in com.skype.connector
-
Connector event listener interface.
- ConnectorMessageEvent - Class in com.skype.connector
-
Event object a connector will use when it fires a message received or sent event.
- ConnectorStatusEvent - Class in com.skype.connector
-
This event will be raised when the connector instance has a change in status.
- ConnectorUtils - Class in com.skype.connector
-
Connector helper class.
- connectToAll() - Method in class com.skype.Application
-
Find connetable users.
- ContactList - Class in com.skype
-
This object can be used for all actions normal to a contactlist, like searching users and friends.
- CountryIsoByCountryName - Class in com.skype
-
- CountryIsoByCountryName() - Constructor for class com.skype.CountryIsoByCountryName
-
- getAbout() - Method in class com.skype.User
-
Deprecated.
- getAdder() - Method in class com.skype.Chat
-
Return user who added the current user to chat.
- getAllActiveCalls() - Static method in class com.skype.Skype
-
Gets all the active calls visible on calltabs.
- getAllActiveChats() - Static method in class com.skype.Skype
-
Gets the all chats which are open in the windows.
- getAllActiveMembers() - Method in class com.skype.Chat
-
Return all active members of CHAT.
- getAllBookmarkedChats() - Static method in class com.skype.Skype
-
Gets the all bookmarked chats.
- getAllCallForwardingRules() - Method in class com.skype.Profile
-
Gets the all call forwarding rules of the current user.
- getAllCalls() - Method in class com.skype.User
-
Search all calls to and from this User.
- getAllChatMessages() - Method in class com.skype.Chat
-
Return all messages posted in this CHAT.
- getAllChatMessages() - Method in class com.skype.User
-
Search for all chatMessages to and from this User.
- getAllChats() - Static method in class com.skype.Skype
-
Gets the all chats.
- getAllConnectableFriends() - Method in class com.skype.Application
-
Find user to whom Skype can connect using AP2AP.
- getAllConnectedFriends() - Method in class com.skype.Application
-
Find all user with whom we have a established AP2AP connection.
- getAllConnectingFriends() - Method in class com.skype.Application
-
Find all users to whom SKype is connecting a AP2AP connection.
- getAllContentChunks() - Method in class com.skype.SMS
-
When an SMS message is too large it is split up in multiple SMS messages.
- getAllFriends() - Method in class com.skype.ContactList
-
Get all authorized users.
- getAllFriends() - Method in class com.skype.Group
-
Return all authorized users.
- getAllGroups() - Method in class com.skype.ContactList
-
Search for CUSTOM groups.
- getAllLauguages() - Method in class com.skype.Profile
-
Deprecated.
- getAllMembers() - Method in class com.skype.Chat
-
Return all users in this CHAT.
- getAllMissedChats() - Static method in class com.skype.Skype
-
Gets the all chats which include unread messages
- getAllMissedSMSs() - Method in class com.skype.Skype
-
Find all missed SMS messages.
- getAllowedDuration() - Method in class com.skype.VoiceMail
-
Returns the maximum duration of this VoiceMail object in seconds allowed to leave to partner.
- getAllPosters() - Method in class com.skype.Chat
-
Return all chatting members on this CHAT.
- getAllReceivedFriends() - Method in class com.skype.Application
-
Find all users which we have received data from using an AP2AP connection.
- getAllRecentChats() - Static method in class com.skype.Skype
-
Gets the all recent chats in the locally-cached history.
- getAllSendingFriends() - Method in class com.skype.Application
-
Find all user to whom we are sending data using a AP2AP connection.
- getAllSMSs() - Method in class com.skype.Skype
-
Find all SMS messages.
- getAllStreams(Friend...) - Method in class com.skype.Application
-
Gets all connected streams by Friend instances.
- getAllStreams(String...) - Method in class com.skype.Application
-
Gets connected streams by Skype IDs.
- getAllStreams() - Method in class com.skype.Application
-
Gets all connected streams.
- getAllSystemGroups() - Method in class com.skype.ContactList
-
Search for HARDWIRED groups.
- getAllTargetNumbers() - Method in class com.skype.SMS
-
Return an array of phonenumbers to send this SMS to.
- getAllTargetStatuses() - Method in class com.skype.SMS
-
Return an array of Status for each target phone number.
- getAllUsers() - Method in class com.skype.ChatMessage
-
Return all users added to CHAT.
- getAllUserWaitingForAuthorization() - Method in class com.skype.ContactList
-
Get all users waiting for AUTHORIZATION.
- getAllValidSMSNumbers() - Method in class com.skype.Profile
-
Return all the valid SMS numbers.
- getAllVoiceMails() - Static method in class com.skype.Skype
-
Gets the all voice mails.
- getApplication() - Method in class com.skype.Stream
-
Return the application this stream belongs to.
- getApplicationName() - Method in class com.skype.connector.Connector
-
Gets the application name used to get the access grant of Skype API.
- getAudioInputDevice() - Static method in class com.skype.Skype
-
Gets the current audio input device of this Skype.
- getAudioOutputDevice() - Static method in class com.skype.Skype
-
Gets the current audio output device of this Skype.
- getAvatar() - Method in class com.skype.Profile
-
Gets the avatar of the current user.
- getAvatar() - Method in class com.skype.User
-
Gets the avatar of this user.
- getBirthDay() - Method in class com.skype.Profile
-
Gets the birth day of the current user.
- getBirthDay() - Method in class com.skype.User
-
Return the birthdate of this User.
- getBuddyStatus() - Method in class com.skype.User
-
Returns the buddy status of this user.
- getCaption() - Method in class com.skype.EventMessage
-
- getCaption() - Method in class com.skype.MenuItem
-
- getChat() - Method in class com.skype.ChatMessage
-
Get the parent CHAT object for this CHATMESSAGE.
- getCity() - Method in class com.skype.Profile
-
Gets the city of the current user.
- getCity() - Method in class com.skype.User
-
Return the city this User is based in.
- getCode() - Method in exception com.skype.CommandFailedException
-
returns the error code.
- getCommandTimeout() - Method in class com.skype.connector.Connector
-
Gets the command reply timeout of this connector.
- getConferenceId() - Method in class com.skype.Call
-
Return the conference ID of this CALL.
- getConnectTimeout() - Method in class com.skype.connector.Connector
-
Gets the connect timeout of this connector.
- getContactList() - Static method in class com.skype.Skype
-
Get the contactlist instance of this Skype session.
- getContent() - Method in class com.skype.ChatMessage
-
Get the content of this CHATMESSAGE.
- getContent() - Method in class com.skype.SMS
-
Return the body of this SMS message.
- getContext() - Method in class com.skype.MenuItem
-
- getContext() - Method in class com.skype.MenuItemClickEvent
-
- getContextIds() - Method in class com.skype.MenuItemClickEvent
-
- getCountry() - Method in class com.skype.Profile
-
Gets the country of the current user.
- getCountry() - Method in class com.skype.User
-
Return the country the User is based.
- getCountryByISOCode() - Method in class com.skype.Profile
-
Gets the country of the current user by the ISO code.
- getCountryByISOCode() - Method in class com.skype.User
-
Return the country by ISO code the User is based.
- getCredit() - Method in class com.skype.Profile
-
Gets the credit of the current user.
- getCreditCurrencyUnit() - Method in class com.skype.Profile
-
Gets the credit currency unit of the current user.
- getCurrencyUnit() - Method in class com.skype.SMS
-
Return the costs currency.
- getDebugOut() - Method in class com.skype.connector.Connector
-
Gets the debug output stream.
- getDisplayName() - Method in class com.skype.Group
-
Return the displayname of this GROUP.
- getDisplayName() - Method in class com.skype.User
-
Return the displayname of this User.
- getDuration() - Method in class com.skype.Call
-
Return the duration of this CALL.
- getDuration() - Method in class com.skype.VoiceMail
-
Returns the duration of this VoiceMail object in seconds.
- getEndSecond() - Method in class com.skype.Profile.CallForwardingRule
-
Gets the time in seconds when ringing to this number/user ends.
- getErrorCode() - Method in class com.skype.Call
-
Return the reason of failure.
- getFailureReason() - Method in class com.skype.SMS
-
Return the failure reason of sending this SMS.
- getFailureReason() - Method in class com.skype.VoiceMail
-
Returns the failure reason of this VoiceMail object.
- getFriend(String) - Method in class com.skype.ContactList
-
Get the Friend object for one of the authorized users.
- getFriend() - Method in class com.skype.Stream
-
Return the User which is on the other end of this Stream.
- getFullName() - Method in class com.skype.Profile
-
Gets the full name of the current user.
- getFullName() - Method in class com.skype.User
-
Return full name of this User.
- getGroup(String) - Method in class com.skype.ContactList
-
Search for group with displayname.
- getHint() - Method in class com.skype.EventMessage
-
- getHint() - Method in class com.skype.MenuItem
-
- getHomePageAddress() - Method in class com.skype.Profile
-
Deprecated.
- getHomePageAddress() - Method in class com.skype.User
-
Return the homepage URL of this User.
- getHomePhone() - Method in class com.skype.User
-
Deprecated.
- getHomePhoneNumber() - Method in class com.skype.Profile
-
Gets the home phone number of the current user.
- getHomePhoneNumber() - Method in class com.skype.User
-
Return the home phone number that is in the User profile.
- getIconFile() - Method in class com.skype.MenuItem
-
- getId() - Method in class com.skype.Call
-
Return the ID of the CALL object.
- getId() - Method in class com.skype.Chat
-
Return the ID of this CHAT object.
- getId() - Method in class com.skype.ChatMessage
-
Return CHATMESSAGE ID.
- getId() - Method in class com.skype.Group
-
Return the value of ID of this GROUP.
- getId() - Method in class com.skype.Profile
-
Gets the Skype ID (username) of the current user.
- getId() - Method in class com.skype.SMS
-
Return the unique ID of this SMS object.
- getId() - Method in class com.skype.Stream
-
Return ID of this Stream.
- getId() - Method in class com.skype.User
-
Return ID of this User.
- getId() - Method in class com.skype.VoiceMail
-
Returns the ID of this VoiceMail object.
- getInstalledPath() - Method in class com.skype.connector.Connector
-
Try to get the absolute path to the skype client.
- getInstalledPath() - Method in class com.skype.connector.linux.LinuxConnector
-
Gets the absolute path of Skype.
- getInstalledPath() - Method in class com.skype.connector.osx.OSXConnector
-
Gets the absolute path of Skype.
- getInstalledPath() - Method in class com.skype.connector.win32.Win32Connector
-
Return the path of Skype.exe.
- getInstalledPath() - Static method in class com.skype.Skype
-
Find the install path of the Skype client.
- getInstance() - Static method in class com.skype.connector.Connector
-
Initializes a platform specific connection.
- getInstance() - Static method in class com.skype.connector.linux.LinuxConnector
-
Get singleton instance.
- getInstance() - Static method in class com.skype.connector.osx.OSXConnector
-
Get singleton instance.
- getInstance() - Static method in class com.skype.connector.win32.Win32Connector
-
Get singleton instance.
- getInstance(String) - Static method in class com.skype.User
-
Returns the User object by the specified id.
- getIntroduction() - Method in class com.skype.Profile
-
Gets the introduction of the current user.
- getIntroduction() - Method in class com.skype.User
-
Returns introduction User has provided in his/her profile.
- getIPCountryByISOCode() - Method in class com.skype.Profile
-
Gets the IP country of the current user by the ISO code.
- getIsoForCountry(String) - Static method in class com.skype.CountryIsoByCountryName
-
- getLanguage() - Method in class com.skype.User
-
Return the native language of this User.
- getLanguageByISOCode() - Method in class com.skype.Profile
-
Get the language by ISO code of the current user.
- getLanguageByISOCode() - Method in class com.skype.User
-
Return the native language by ISO code of this User.
- getLastOnlineTime() - Method in class com.skype.User
-
Return last online time (UNIX timestamp).
- getLauguage() - Method in class com.skype.User
-
Deprecated.
- getLeaveReason() - Method in class com.skype.ChatMessage
-
Get the leave reason.
- getMainWindowState() - Static method in class com.skype.SkypeClient
-
- getMenuItem() - Method in class com.skype.MenuItemClickEvent
-
- getMessage() - Method in exception com.skype.CommandFailedException
-
Returns the humanreadible error message.
- getMessage() - Method in class com.skype.connector.ConnectorMessageEvent
-
Get the message of this event.
- getMobilePhone() - Method in class com.skype.User
-
Deprecated.
- getMobilePhoneNumber() - Method in class com.skype.Profile
-
Gets the mobile phone number of the current user.
- getMobilePhoneNumber() - Method in class com.skype.User
-
Return the mobile phone number of this User.
- getMoodMessage() - Method in class com.skype.Profile
-
Gets the mood message of the current user.
- getMoodMessage() - Method in class com.skype.User
-
Return the mood message of this user.
- getName() - Method in class com.skype.Application
-
Return the application name.
- getNumber() - Method in class com.skype.SMS.TargetStatus
-
Return the ID of this target status.
- getOfficePhone() - Method in class com.skype.User
-
Deprecated.
- getOfficePhoneNumber() - Method in class com.skype.Profile
-
Gets the office phone number of the current user.
- getOfficePhoneNumber() - Method in class com.skype.User
-
Return the office phone number that is in the User profile.
- getOnlineStatus() - Method in class com.skype.User
-
Deprecated.
- getParticipantsCount() - Method in class com.skype.Call
-
- getPartner() - Method in class com.skype.Call
-
Return the Skype user who is the partner in this CALL.
- getPartner() - Method in class com.skype.VoiceMail
-
Returns the Skype user who is the partner in this voice mail.
- getPartnerDisplayName() - Method in class com.skype.Call
-
Return the DISPLAYNAME of the other user in this CALL.
- getPartnerDisplayName() - Method in class com.skype.VoiceMail
-
Returns the display name of the Skype user who is the partner in this voice mail.
- getPartnerId() - Method in class com.skype.Call
-
Return the Skype handle of the other user in this CALL.
- getPartnerId() - Method in class com.skype.VoiceMail
-
Returns the Skype ID who is the partner in this voice mail.
- getPrice() - Method in class com.skype.SMS
-
Return the costs of this SMS to send.
- getProfile() - Static method in class com.skype.Skype
-
Get the singleton instance of the users profile.
- getProvince() - Method in class com.skype.Profile
-
Gets the province of the current user.
- getProvince() - Method in class com.skype.User
-
Return the province the user is based.
- getPSTNBalance() - Method in class com.skype.Profile
-
Deprecated.
- getPSTNBalanceCurrencyUnit() - Method in class com.skype.Profile
-
Deprecated.
- getReceiveVideoStatus() - Method in class com.skype.Call
-
Return the status of receiving video with this CALL.
- getRecentChatMessages() - Method in class com.skype.Chat
-
Get the most recent chatmessages for this CHAT.
- getReplyToNumber() - Method in class com.skype.SMS
-
The phone number to reply to if an SMS is received.
- getRichMoodMessage() - Method in class com.skype.Profile
-
Gets the rich mood message of the current user.
- getSender() - Method in class com.skype.ChatMessage
-
Return the User who sended this CHATMESSAGE.
- getSenderDisplayName() - Method in class com.skype.ChatMessage
-
Return the displayname of the sender of this CHATMESSAGE.
- getSenderId() - Method in class com.skype.ChatMessage
-
Return the handle of the user who has sent this CHATMESSAGE.
- getSendVideoStatus() - Method in class com.skype.Call
-
Return the status of sending video with this CALL.
- getSex() - Method in class com.skype.Profile
-
Gets the sex of the current user.
- getSex() - Method in class com.skype.User
-
Return the sex of this User.
- getSkypeIds() - Method in class com.skype.MenuItemClickEvent
-
- getSkypeTempDir() - Static method in class com.skype.connector.ConnectorUtils
-
- getSpeedDial() - Method in class com.skype.User
-
Gets the speed dial of this user.
- getSpeedDial(String) - Method in class com.skype.User
-
Sets the speed dial of this user.
- getStartSecond() - Method in class com.skype.Profile.CallForwardingRule
-
Gets the time in seconds when connecting to this number/user starts.
- getStartTime() - Method in class com.skype.Call
-
Get the starttime of this CALL object.
- getStartTime() - Method in class com.skype.VoiceMail
-
Returns the start time of this VoiceMail object.
- getStatus() - Method in class com.skype.Call
-
Return the current status of this CALL.
- getStatus() - Method in class com.skype.Chat
-
Return the status of this CHAT.
- getStatus() - Method in class com.skype.ChatMessage
-
Get the status of this CHATMESSAGE.
- getStatus() - Method in class com.skype.connector.Connector
-
Gets the status of this connector.
- getStatus() - Method in class com.skype.connector.ConnectorStatusEvent
-
Return the new Status.
- getStatus() - Method in exception com.skype.connector.NotAttachedException
-
Return the status at the moment of the exception.
- getStatus() - Method in class com.skype.Profile
-
Gets the online status of the current user.
- getStatus() - Method in class com.skype.SMS
-
Return the status of this SMS message.
- getStatus() - Method in class com.skype.SMS.TargetStatus
-
Return the status of this target status.
- getStatus() - Method in class com.skype.User
-
Return the online status of this User.
- getStatus() - Method in class com.skype.VoiceMail
-
Returns the current status of this VoiceMail object.
- getStringProperty(String) - Method in class com.skype.connector.Connector
-
Gets the specified property value.
- getSystemGroup(Group.Type) - Method in class com.skype.ContactList
-
Search for a group based on it's type.
- getTarget() - Method in class com.skype.Profile.CallForwardingRule
-
Gets the target Skype username to forward calls to, or the PSTN number to forward a call.
- getTargetSkypeId() - Method in class com.skype.MenuItem
-
- getTime() - Method in class com.skype.Chat
-
Return the timestamp of this CHAT.
- getTime() - Method in class com.skype.ChatMessage
-
Return time when message was sent (UNIX timestamp).
- getTime() - Method in class com.skype.SMS
-
Return the timestamp of this SMS.
- getTimeZone() - Method in class com.skype.Profile
-
Gets the time zone of the current user.
- getTimeZone() - Method in class com.skype.User
-
Gets the time zone of the current user.
- getType() - Method in class com.skype.Call
-
Return the type of this call.
- getType() - Method in class com.skype.ChatMessage
-
Get the type of this CHATMESSAGE.
- getType() - Method in class com.skype.Group
-
Get the type of this GROUP.
- getType() - Method in class com.skype.SMS
-
Return the type of this SMS message.
- getType() - Method in class com.skype.VoiceMail
-
Returns the type of this VoiceMail object.
- getUILanguageByISOCode() - Static method in class com.skype.SkypeClient
-
- getUser(String) - Static method in class com.skype.Skype
-
Return User based on ID.
- getVersion() - Static method in class com.skype.Skype
-
Return the version of the Skype client (not this API).
- getVideoDevice() - Static method in class com.skype.Skype
-
Get the current video input device used by the Skype Client.
- getWaitTimeBeforeCallForwarding() - Method in class com.skype.Profile
-
Gets the wait time in seconds before starting a call forwarding.
- getWallPaper() - Static method in class com.skype.SkypeClient
-
- getWebSiteAddress() - Method in class com.skype.Profile
-
Gets the web site address of the current user.
- getWindowTitle() - Method in class com.skype.Chat
-
Get the friendly name of this chat.
- GlobalChatListener - Interface in com.skype
-
- GlobalChatMessageListener - Interface in com.skype
-
- Group - Class in com.skype
-
Implementation of the SKYPE GROUP object.
- Group.Type - Enum in com.skype
-
Enumeration of the type attribute.
- searchUsers(String) - Static method in class com.skype.Skype
-
Search users by a part of id or e-mail.
- send(Call.DTMF) - Method in class com.skype.Call
-
Send a DTMF command.
- send(String) - Method in class com.skype.Chat
-
Send a message to this CHAT.
- send(String) - Method in class com.skype.Stream
-
Send a datagram message through this stream.
- send(String) - Method in class com.skype.User
-
Send this User a chatMessage.
- sendApplicationName(String) - Method in class com.skype.connector.Connector
-
Sends the application name to the Skype client.
- sendApplicationName(String) - Method in class com.skype.connector.win32.Win32Connector
-
Send applicationname to Skype client.
- sendCommand(String) - Method in class com.skype.connector.Connector
-
Sends the specified command to the Skype client on the platform dependent
communication layer.
- sendCommand(String) - Method in class com.skype.connector.linux.LinuxConnector
-
Sends a command to the Skype client.
- sendCommand(String) - Method in class com.skype.connector.osx.OSXConnector
-
Sends a command to the Skype client.
- sendCommand(String) - Method in class com.skype.connector.win32.Win32Connector
-
Send a command to the Skype client.
- sendProtocol() - Method in class com.skype.connector.Connector
-
Sends the Skype API protocol version to use.
- sendProtocol() - Method in class com.skype.connector.osx.OSXConnector
-
- sendSMS(String[], String) - Static method in class com.skype.Skype
-
Send an SMS to one or more cell phone numbers.
- sendSMS(String, String) - Static method in class com.skype.Skype
-
Send an SMS to one cell phone number.
- setAllCallForwardingRules(Profile.CallForwardingRule[]) - Method in class com.skype.Profile
-
Sets the all call forwarding rules of the current user.
- setAllLanguages(String[]) - Method in class com.skype.Profile
-
Deprecated.
- setAllTargetNumbers(String[]) - Method in class com.skype.SMS
-
Set the target phone numbers.
- setApplicationName(String) - Method in class com.skype.connector.Connector
-
Sets the application name used to get the access grant of Skype API.
- setAudioInputDevice(String) - Static method in class com.skype.Skype
-
Sets the current audio input device of this Skype.
- setAudioOutputDevice(String) - Static method in class com.skype.Skype
-
Sets the current audio output device of this Skype.
- setAuthorized(boolean) - Method in class com.skype.User
-
Set this user being authorized, or not in your contactlist.
- setAvatar(BufferedImage) - Method in class com.skype.Profile
-
Sets the avatar of the current user.
- setAvatarByFile(File) - Method in class com.skype.Profile
-
Sets the avatar of the current user by a file .
- setBirthDay(Date) - Method in class com.skype.Profile
-
Sets the birth day of the current user.
- setBlocked(boolean) - Method in class com.skype.User
-
Set this user being blocked, or not in your contactlist.
- setCallForwarding(boolean) - Method in class com.skype.Profile
-
Starts or stops the call forwarding function.
- setCaption(String) - Method in class com.skype.MenuItem
-
- setCity(String) - Method in class com.skype.Profile
-
Sets the city of the current user.
- setCommandTimeout(int) - Method in class com.skype.connector.Connector
-
Sets the command reply timeout of this connector.
- setConnectTimeout(int) - Method in class com.skype.connector.Connector
-
Sets the connect timeout of this connector.
- setContent(String) - Method in class com.skype.ChatMessage
-
Sets the content of the chat message to the specified string.
- setCountry(String) - Method in class com.skype.Profile
-
Sets the country of the current user.
- setCountryByISOCode(String) - Method in class com.skype.Profile
-
Sets the country of the current user by the ISO code.
- setDaemon(boolean) - Static method in class com.skype.Skype
-
Sets the thread of Skype4Java to "daemon mode" or not.
- setDeamon(boolean) - Static method in class com.skype.Skype
-
Deprecated.
- setDebug(boolean) - Method in class com.skype.connector.Connector
-
Enable or disable debug printing for more information.
- setDebug(boolean) - Static method in class com.skype.Skype
-
Enable debug logging.
- setDebugNative(boolean) - Static method in class com.skype.Skype
-
- setDebugOut(PrintWriter) - Method in class com.skype.connector.Connector
-
Sets the debug output stream.
- setDebugOut(PrintStream) - Method in class com.skype.connector.Connector
-
Sets the debug output stream.
- setDisplayName(String) - Method in class com.skype.Group
-
Set the displayname of this GROUP.
- setDisplayName(String) - Method in class com.skype.User
-
Set a displayname for this User.
- setEnabled(boolean) - Method in class com.skype.MenuItem
-
- setFileCaptureMic(File) - Method in class com.skype.Call
-
- setFileInput(File) - Method in class com.skype.Call
-
- setFileOutput(File) - Method in class com.skype.Call
-
- setFullName(String) - Method in class com.skype.Profile
-
Sets the full name of the current user.
- setGuidelines(String) - Method in class com.skype.Chat
-
Set the guidelines of this CHAT.
- setHint(String) - Method in class com.skype.MenuItem
-
- setHomePageAddress(String) - Method in class com.skype.Profile
-
Deprecated.
- setHomePhoneNumber(String) - Method in class com.skype.Profile
-
Sets the home phone number of the current user.
- setInstance(Connector) - Static method in class com.skype.connector.Connector
-
Sets the instance of the connector for test cases.
- setIntroduction(String) - Method in class com.skype.Profile
-
Sets the introduction of the current user.
- setLanguageByISOCode(String) - Method in class com.skype.Profile
-
Sets the language by ISO code of the current user.
- setMainWindowState(SkypeClient.WindowState) - Static method in class com.skype.SkypeClient
-
- setMobilePhoneNumber(String) - Method in class com.skype.Profile
-
Sets the mobile phone number of the current user.
- setMoodMessage(String) - Method in class com.skype.Profile
-
Sets the mood message of the current user.
- setOfficePhoneNumber(String) - Method in class com.skype.Profile
-
Sets the office phone number of the current user.
- setPortCaptureMic(int) - Method in class com.skype.Call
-
- setPortInput(int) - Method in class com.skype.Call
-
- setPortOutput(int) - Method in class com.skype.Call
-
- setProvince(String) - Method in class com.skype.Profile
-
Sets the province of the current user.
- setReceiveVideoEnabled(boolean) - Method in class com.skype.Call
-
Start or stop receiving video on this call.
- setReplyToNumber(String) - Method in class com.skype.SMS
-
Set the phone number the other party can reply to.
- setRichMoodMessage(String) - Method in class com.skype.Profile
-
Sets the rich mood message of the current user.
- setSendVideoEnabled(boolean) - Method in class com.skype.Call
-
Start or stop sending video with this call.
- setSex(Profile.Sex) - Method in class com.skype.Profile
-
Sets the sex of the current user by the
Profile.Sex enum.
- setSilentMode(boolean) - Static method in class com.skype.SkypeClient
-
Sets the Skype silent mode.
- setSkypeExceptionHandler(SkypeExceptionHandler) - Static method in class com.skype.Skype
-
Use another exceptionhandler then the default one.
- setStatus(Connector.Status) - Method in class com.skype.connector.Connector
-
Sets the status of this connector.
- setStatus(Profile.Status) - Method in class com.skype.Profile
-
Sets the online status of the current user by the
Profile.Status enum.
- setStringProperty(String, String) - Method in class com.skype.connector.Connector
-
Sets the specified property.
- setTimeZone(int) - Method in class com.skype.Profile
-
Sets the time zone of the current user.
- setTopic(String) - Method in class com.skype.Chat
-
Set the topic of this CHAT.
- setUILanguageByISOCode(String) - Static method in class com.skype.SkypeClient
-
- setVideoDevice(String) - Static method in class com.skype.Skype
-
Set the video device used by the Skype client.
- setWaitTimeBeforeCallForwarding(int) - Method in class com.skype.Profile
-
Sets the wait time in seconds before starting a call forwarding.
- setWallPaper(File) - Static method in class com.skype.SkypeClient
-
- setWebSiteAddress(String) - Method in class com.skype.Profile
-
Sets the web site address of the current user.
- showAddFriendWindow() - Static method in class com.skype.SkypeClient
-
Open the "Add friend" window of Skype client.
- showAddFriendWindow(String) - Static method in class com.skype.SkypeClient
-
Open the "Add friend" window if skypeId exist.
- showBlockedUsersWindow() - Static method in class com.skype.SkypeClient
-
Show blacked users window of the Skype client.
- showCallHistoryTab() - Static method in class com.skype.SkypeClient
-
Focus the Call history tab of the Skype client.
- showChatWindow(String) - Static method in class com.skype.SkypeClient
-
Open a chatwindow to another Skype user.
- showChatWindow(String, String) - Static method in class com.skype.SkypeClient
-
Open a chatwindow to another skype user and send a message.
- showConferenceWindow() - Static method in class com.skype.SkypeClient
-
Open the conference window of the Skype client.
- showContactsTab() - Static method in class com.skype.SkypeClient
-
Focus the Contacts tab of the Skype client window.
- showDialPadTab() - Static method in class com.skype.SkypeClient
-
Focus dialpad tab on the Skype client window.
- showFileTransferWindow(String) - Static method in class com.skype.SkypeClient
-
Open File transfer window ten send a file to another Skype user.
- showFileTransferWindow(String, File) - Static method in class com.skype.SkypeClient
-
Show file transfer windows with a specific folder to send a file to another Skype user.
- showFileTransferWindow(String[]) - Static method in class com.skype.SkypeClient
-
Show the file transfer window to send a file to several other Skype users.
- showFileTransferWindow(String[], File) - Static method in class com.skype.SkypeClient
-
Show file transfer window with a specific Folder to send a file to multiple Skype users.
- showGettingStartedWindow() - Static method in class com.skype.SkypeClient
-
Show the getting started window of the Skype client.
- showImportContactsWindow() - Static method in class com.skype.SkypeClient
-
Show import contacts window of Skype client.
- showOptionsWindow(SkypeClient.OptionsPage) - Static method in class com.skype.SkypeClient
-
Open the Options window of the Skype Client.
- showProfileWindow() - Static method in class com.skype.SkypeClient
-
Open the Skype client profile window.
- showRequestAuthorizationWindow(String) - Static method in class com.skype.SkypeClient
-
Show the request authorisation window for a Skype user ID.
- showSearchWindow() - Static method in class com.skype.SkypeClient
-
Open the search window of the Skype Client.
- showSendContactsWindow() - Static method in class com.skype.SkypeClient
-
Open send contacts window.
- showSkypeWindow() - Static method in class com.skype.SkypeClient
-
Put focus on the Skype client window, not any Java window.
- showUserInformationWindow(String) - Static method in class com.skype.SkypeClient
-
Open the User Information window with the info on a Skype user.
- Skype - Class in com.skype
-
Skype information model (not view) class of Skype4Java.
- SkypeClient - Class in com.skype
-
Main view (not model) class of the Skype Java API.
- SkypeClient.Button - Enum in com.skype
-
Enumeration of keypad keys.
- SkypeClient.OptionsPage - Enum in com.skype
-
Enumeration of the OPTIONS page.
- SkypeClient.WindowState - Enum in com.skype
-
- SkypeException - Exception in com.skype
-
Exception that will be thrown when the connection with Skype is not OK or unexpected events happen.
- SkypeExceptionHandler - Interface in com.skype
-
Interface to handle an uncaught
Throwable in the listener's callback method.
- SMS - Class in com.skype
-
Implementation of the Skype SMS object (Skype API 2.5).
- SMS.FailureReason - Enum in com.skype
-
Enumeration of SMS failure reason.
- SMS.Status - Enum in com.skype
-
Enumeration of SMS Status.
- SMS.TargetStatus - Class in com.skype
-
Inner class to determine the target status.
- SMS.TargetStatus.Status - Enum in com.skype
-
Enumeration of SMS target status.
- SMS.Type - Enum in com.skype
-
Enumeration of SMS types.
- startPlayback() - Method in class com.skype.VoiceMail
-
Starts the playback of this VoiceMail object.
- startRecording() - Method in class com.skype.VoiceMail
-
Starts the recording of this VoiceMail object.
- STATUS_PROPERTY - Static variable in class com.skype.Profile
-
Identifies the status property.
- STATUS_PROPERTY - Static variable in class com.skype.User
-
Identifies the status property.
- statusChanged(Call.Status) - Method in interface com.skype.CallStatusChangedListener
-
Called when the status of a CALL object changes.
- statusChanged(ConnectorStatusEvent) - Method in class com.skype.connector.AbstractConnectorListener
-
This method is called when a status of a connector changes.
- statusChanged(ConnectorStatusEvent) - Method in interface com.skype.connector.ConnectorListener
-
This method will be triggered when the status of a connector changes.
- statusChanged(VoiceMail.Status) - Method in interface com.skype.VoiceMailStatusChangedListener
-
Called when the status of a VOICEMAIL object changes.
- stopPlayback() - Method in class com.skype.VoiceMail
-
Stops the playback of this VoiceMail object.
- stopRecording() - Method in class com.skype.VoiceMail
-
Stops the recording of this VoiceMail object.
- Stream - Class in com.skype
-
This class implements a simple way of sending and receiving AP2AP data.
- StreamAdapter - Class in com.skype
-
Listener adapter for Stream objects.
- StreamAdapter() - Constructor for class com.skype.StreamAdapter
-
- StreamListener - Interface in com.skype
-
Listener interface for Stream object events.
- submitConfirmationCode(String[]) - Static method in class com.skype.Skype
-
Send a SMS confirmation code.
- submitConfirmationCode(String) - Static method in class com.skype.Skype
-
Send a SMS confirmation code.
- submitConfirmationCode(String[], String) - Static method in class com.skype.Skype
-
Send a SMS confirmation code.
- submitConfirmationCode(String, String) - Static method in class com.skype.Skype
-
Send a SMS confirmation code.
- valueOf(String) - Static method in enum com.skype.Call.DTMF
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.skype.Call.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.skype.Call.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.skype.Call.VideoStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.skype.Chat.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.skype.ChatMessage.LeaveReason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.skype.ChatMessage.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.skype.ChatMessage.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.skype.connector.Connector.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.skype.Group.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.skype.MenuItem.Context
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.skype.Profile.Sex
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.skype.Profile.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.skype.SkypeClient.Button
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.skype.SkypeClient.OptionsPage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.skype.SkypeClient.WindowState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.skype.SMS.FailureReason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.skype.SMS.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.skype.SMS.TargetStatus.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.skype.SMS.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.skype.User.BuddyStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.skype.User.Sex
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.skype.User.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.skype.VoiceMail.FailureReason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.skype.VoiceMail.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.skype.VoiceMail.Type
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.skype.Call.DTMF
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.skype.Call.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.skype.Call.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.skype.Call.VideoStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.skype.Chat.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.skype.ChatMessage.LeaveReason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.skype.ChatMessage.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.skype.ChatMessage.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.skype.connector.Connector.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.skype.Group.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.skype.MenuItem.Context
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.skype.Profile.Sex
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.skype.Profile.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.skype.SkypeClient.Button
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.skype.SkypeClient.OptionsPage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.skype.SkypeClient.WindowState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.skype.SMS.FailureReason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.skype.SMS.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.skype.SMS.TargetStatus.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.skype.SMS.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.skype.User.BuddyStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.skype.User.Sex
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.skype.User.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.skype.VoiceMail.FailureReason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.skype.VoiceMail.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.skype.VoiceMail.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- voiceMail(String) - Static method in class com.skype.Skype
-
Leave a voicemail in a other Skype users voicemailbox.
- voiceMail() - Method in class com.skype.User
-
Leave a voicemail for this User.
- VoiceMail - Class in com.skype
-
Class to represent the Skype VoiceMail object.
- VoiceMail.FailureReason - Enum in com.skype
-
Enumeration of VoiceMail failure reason types
- VoiceMail.Status - Enum in com.skype
-
Enumeration of VoiceMail status types.
- VoiceMail.Type - Enum in com.skype
-
Enumeration of VoiceMail types.
- VoiceMailListener - Interface in com.skype
-
Listener interface for the VoiceMail object.
- voiceMailMade(VoiceMail) - Method in class com.skype.AbstractVoiceMailListener
-
Called when a new voice mail is made.
- voiceMailMade(VoiceMail) - Method in interface com.skype.VoiceMailListener
-
Called when a new voice mail is made.
- voiceMailReceived(VoiceMail) - Method in class com.skype.AbstractVoiceMailListener
-
Called when a new voice mail is received.
- voiceMailReceived(VoiceMail) - Method in interface com.skype.VoiceMailListener
-
Called when a new voice mail is received.
- VoiceMailStatusChangedListener - Interface in com.skype
-
Listener interface for VOICEMAIL objects status changed events.