| Package | Description |
|---|---|
| com.skype.connector |
Provides the classes for the connector
|
| com.skype.connector.linux |
Provides the connector for Linux
|
| com.skype.connector.osx |
Provides the connector for Max OS X
|
| com.skype.connector.win32 |
Provides the connector for Windows by JNI
|
| Modifier and Type | Method and Description |
|---|---|
Connector.Status |
Connector.connect()
Tries to connect this connector to the Skype client.
|
protected abstract Connector.Status |
Connector.connect(int timeout)
Tries to connect this connector to the Skype client on the platform
mechanism.
|
Connector.Status |
ConnectorStatusEvent.getStatus()
Return the new Status.
|
Connector.Status |
NotAttachedException.getStatus()
Return the status at the moment of the exception.
|
Connector.Status |
Connector.getStatus()
Gets the status of this connector.
|
static Connector.Status |
Connector.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Connector.Status[] |
Connector.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Connector.setStatus(Connector.Status newStatus)
Sets the status of this connector.
|
| Modifier and Type | Method and Description |
|---|---|
protected Connector.Status |
LinuxConnector.connect(int timeout)
Connects to Skype client.
|
| Modifier and Type | Method and Description |
|---|---|
protected Connector.Status |
OSXConnector.connect(int timeout)
Connects to Skype client.
|
| Modifier and Type | Method and Description |
|---|---|
protected Connector.Status |
Win32Connector.connect(int timeout)
Connect to Skype client.
|
Copyright © 2013. All Rights Reserved.